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
- Crash on RaiseException when opening a specific project
- DownloadHandlerScript.CompleteContent is called twice when building for WebGL
- Scene view has Y coordinates of the Screen Position node flipped when some of the URP features are disabled
- Volumetric fog shader variants are missing from build when "Strict Shader Variant Matching" is disabled
- Unnecessary modifications clutter the Scene when using a RectTransform driven by a LayoutGroup in a Prefab
Add comment