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
Added a flag that can be used to prevent automatically attempting to include 'UnityCG.cginc' before CGPROGRAM blocks. This flag is called ShaderLabParserConfig.IncludeProgramBlockPreamble
Made the preprocessor more configurable, by converting PreProcessorMode to a bitflag. You can use this to enable and disable various parts of the preprocessor logic. This is a minor breaking change.