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

Question Shader Graph Bug fix back port to older version?

Discussion in 'Shader Graph' started by FixItFelix, Nov 7, 2019.

  1. FixItFelix

    FixItFelix

    Joined:
    Mar 27, 2017
    Posts:
    53
    Hello,

    I ran into the issue that I get shader compile-errors because of the redefinition of unity_Builtins2Array in UnityInput.hlsl. I found this bug on the issue tracker: https://issuetracker.unity3d.com/is...r-compilation-error-when-using-gpu-instancing.

    It seems this bug is not only valid for GPU instancing and the question is if the fix gets backported to the available 7.1.2 version.

    This problem is currently blocking me to upgrade to 2019.3, because this error occurs then to my shader graph shaders which are worked perfectly before the upgrade.

    Any plans about this?
     
  2. FixItFelix

    FixItFelix

    Joined:
    Mar 27, 2017
    Posts:
    53
    Luckily there was a response on the issue tracker:
    "The fix has been backported to 7.1.3 as well, which will be available for 2019.3."