Search Issue Tracker
Not Reproducible
Votes
0
Found in
5.4.0b22
Issue ID
808071
Regression
Yes
CanvasRenderer.SetMesh() causes Unity to crash
Repro steps:
1. Download user attached project.
2. Open scene DemoSceneCanvas
3. Project should crash right after rendering canvas on screen.
Note: I noticed that crash happens when canvasRenderer is trying to set mash. (Line 740 of FastLineRenderer.cs)
Note2: Might be a duplicate of 807300 because of same stacktrace, but crash happens in slightly different conditions.
No reproduction on: 5.3.5p5, 5.4.0b18, 5.4.0b21;
Reproduced on: 5.4.0b22, 5.4.0b23.
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
- “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
h_kuroda
Apr 21, 2017 08:53
I do not know if it is the same as this issue, but seems to crash if you set a mesh with subMeshCount greater than 2 to CanvasRenderer.SetMesh() and run it for a while.
This issue has also occurred on ver5.6.0p1.