Search Issue Tracker
Fixed in 2020.1.X
Votes
0
Found in
2019.2
2019.2.9f1
2019.3
Issue ID
1191820
Regression
Yes
Keyword is discarded and error is thrown to the Console when shader keywords are replaced
How to reproduce:
1. Open the attached '1191820.zip' project
2. Open 'NewSurfaceShader.shader' shader
3. Notice that the number of keywords remains at 64
4. Replace 'x1' shader keyword to 'a1' shader keyword and save the shader
Expected result: Keywords are replaced and no error thrown to the Console
Actual result: Error is thrown to the Console that 'Maximum number (64) of shader local keywords exceeded, keyword x1 will be ignored.' and a keyword is discarded
Reproducible with: 2019.2.16f1, 2019.3.0f3
Not reproducible with: 2017.4.35f1, 2018.4.14f1, 2020.1.0a16
Notes:
- Screenshot and project of reproduction attached in Edit
- Local shader keywords are limited to 64 keywords per project while documentation states that it is limited to 64 keywords per shader. Any additional keyword is discarded.
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Crash on D3D12CommonShader::ApplyGpuProgram when attaching material which samples "_UnityFBInput0" to "Full Screen Pass Renderer Feature" Component
- SpeedTree meshes and objects count differs when comparing the numbers in the Player with the Editor
- Model and Prefab Preview icons are not updated after upgrading associated Materials to URP
- Game view is rendered white when viewing the Editor with HDR display and Post Proccesing is enabled on the Main Camera with 2D URP
- UI Builder doesn't update the style sheet when using "Extract inline style" right-click option
Resolution Note (fix version 2020.1):
Fixed in 2020.1.0a2