Search Issue Tracker
Fixed in 5.3.4
Votes
1
Found in
5.3.1f1
Issue ID
771292
Regression
Yes
Setting material.shader to null crashes at Shader::GetActiveSubShaderIndex
Steps to reproduce:
1. Open attached project
2. Open scene "TestCase"
3. Run scene
4. Press "E"
5. Unity crashes
Reproduced with: 5.3.2p4
Not reproducible: 5.2.4f1, 5.4.0b6
Comments (1)
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
- SystemInfo.get_graphicsDeviceName() is generating garbage GC Alloc when using Metal graphics API
- 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
Lewie4
Feb 17, 2016 13:53
I had the same problem. It had to do with me trying to use Shader.Find("shadername") when it wasn't included in the project, thus returning null.
If you have the same problem, to fix it go to Edit < Project Settings < Graphics then include the shader in the always include shader part.