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
- AssetBundle Variants do not switch when a Sprite (2D and UI) texture is referenced from a Material
- Location tooltip in the Viewport of UI Builder window does not update when the UI Document Asset is moved to a different location
- Audio Clip Volume and Avoid Repeating Last fields values cannot be changed in Audio Random Container window
- Setting a variable in the root selector via an imported USS file in a theme does not work
- No character limit when creating a new Scene with excessively long name, Editor can be forced to crash
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.