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
- [Vulkan] The memory allocation increases rapidly when there are multiple (three or more) Real-Time Reflection Probes in the Scene
- Addressables Profiles and Analyze windows no minimum window size
- [macOS] Library folder of the opened project can be deleted which leads to the crash
- “Default Scene” dropdown field contains a spelling mistake “Default Builtin”
- Editor crashes on PPtr<Mesh> after adding Text Mesh and Cloth Components to the same GameObject
Add comment