You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Shader keywords are only detected with "#pragma" in shader files.
But .cginc files function as a part of shader scripts that always don't need declarations of keywords. So those keyword branching parts are all grayed out, which makes editing inefficient. And they can't be enabled due to the incompetence of keyword detection.