Search Unity

  1. Unity Asset Manager is now available in public beta. Try it out now and join the conversation here in the forums.
    Dismiss Notice
  2. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  3. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Unity 2019.2 LWRP breaks sprite masks alpha

Discussion in '2D Experimental Preview' started by bitofu, Nov 30, 2019.

  1. bitofu

    bitofu

    Joined:
    Feb 7, 2017
    Posts:
    1
    I'm using Unity 2019.2.10f1 and attempting to use the LWRP 6.9.2 with Renderer2DData to take advantage of 2D lights. However this seems to break sprite masks; it no longer respects transparent pixels/alpha when creating the mask, and tweaking the alpha cut off does nothing.

    Unsure if it's related to this ticket: https://issuetracker.unity3d.com/is...asset-data-is-set-to-2d-renderer-experimental

    But upgrading to 2019.3 did not work, instead it showed the sprite mask highlighting the sprite's texture, instead of respecting the alpha same as mentioned above. Does anyone have work arounds or a solution?