Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

I found the way to find custom shader error on new version of Unity

Discussion in 'General Discussion' started by Rachan, Nov 22, 2021.

  1. Rachan

    Rachan

    Joined:
    Dec 3, 2012
    Posts:
    760
    I found the way you can find the error of 2D custom shader in Unity new version
    by go search that object issue.



    and there when you don't search it will not happen






    actually this issue only happen on iPhone13 Pro Max and with Unity 2021++
    but other devices and older version of Unity not happen

    when you test this on new version of Unity 2021++ it will show a white glow edge of 2D sprite
    but that 2D sprite need to draw by custom shader.

    I also add this shader of you to test..

    https://www.hardworkerstudio.com/Download/2DSprite.shader

    you have to Update Unity to new version 2021++ and download my shader to use in your 2D sprite
    and just search it on Editor you will found this issue