Search Issue Tracker
Fixed in 2018.1.X
Votes
0
Found in
2018.1.0b3
Issue ID
989839
Regression
No
Editor crashes when the compute buffer size doesn't match the data type being passed to the compute shader
Steps to reproduce:
1. Download attached project and open "diffusion" scene
2. Enter play mode
3. Editor crashes
4. Reopen project and open InfluenceCompute.cs
5. Change sizeof(float) ot sizeof(bool) in line 69
6. Enter play mode
7. Editor doesn't crash
Results: Editor crashes when the compute buffer size doesn't match the data type being passed to the compute shader
Reproduced with: 2018.1.0b4, 2017.3.0p2, 2017.2.1p1, 2017.1.2p4, 5.6.5f1
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Add comment