Some shaders now won’t compile with the following error:
undeclared identifier 'UnityDeferredComputeFadeDistance'
Has it been renamed maybe?
Some shaders now won’t compile with the following error:
undeclared identifier 'UnityDeferredComputeFadeDistance'
Has it been renamed maybe?
Hi Dizzy-Dalvin
Indeed it have been renamed to ‘UnityComputeShadowFadeDistance’ as shadow fade is now both in fwd and deferred.
I’m currently adding back ‘UnityDeferredComputeFadeDistance’. It should appear in beta builds soonTM. Thanks a lot for discovering that !