Search Issue Tracker
Won't Fix
Votes
0
Found in
2017.3.0p1
Issue ID
987070
Regression
No
[Shaders] ApplyMaterialPassWithCache crash when changing shader file while in Play mode
To reproduce:
1. Open project attached
2. Enter Play mode
3. Modify any shader file (WaterSurface.shader or WaterSimulation) in any way (example: commenting something)
Expected: editor doesn't crash
Actual: editor crash
Reproduced in: 2017.1.3p, 2017.2.1p3, 2017.3.0p4, 2018.1.0b5, 2018.3.0f2
Note: initially entering Play mode prints out console error:
"Shader error in 'Water/Simulation': invalid subscript 'a' at line 42 (on d3d11)
Compiling Vertex program
Platform defines: UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME
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
- "Create Empty Child" Option Creates Root Object When No Parent Is Selected
- Freeze/Crash when entering Play Mode in a specific project
- Lack of documentation regarding VFX Ray Tracing support
- Shader properties do not appear on the GameObject when switching ShaderGraphs during runtime in the Player
- Multiple '-' symbols are allowed to appear in a row when inputting '.' into a non-decimal numeric field
Resolution Note (2018.2.X):
Bug case is very old (but certainly valid), we are in process to move custom render texture to C#. Feel free to reopen this bug for a more recent version if problem is still there and annoying.