Search Issue Tracker
Fixed in 2017.1.0f3
Votes
0
Found in
5.6.0f3
Issue ID
899626
Regression
Yes
"vertexHelper.AddUIVertexTriangleStream" method throws "Mesh.uv3 is out of bounds" error
Steps to reproduce:
1. Open ScrollRectErrorReduced project
2. Open UI-scene scene
3. Press Play
4. Press Missions button
5. Observe console
Expected outcome: UI Mesh renders, scripts throw no errors, animations work fine.
Actual outcome: Whenever the "Gradient" script is triggered, console throws Mesh.uv3 is out of bounds errors (And mesh.uv4 as well)
Reproduced on 5.6.0f3 , 5.6.0f1 , 5.6.0b8, 5.6.0b6
Works fine on 5.5.3f1 , 5.6.0b3 , 5.6.0b4
Regression introduced in 5.6.0b5
Note: The error is caused by the Gradient script. You can find it attached to UI graphic elements such as Canvas->Missions->Dialog->Missions->Mission01->Description If you edit the script and go to line 63, where the "vertexHelper.AddUIVertexTriangleStream" is, and disable it, the error disappears. Error is not found in earlier versions of Unity even with the line left active.
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
- Complex Sub Graph connected to a Voronoi node is ignored when the shader gets applied as a Material
- Compute Shader property not set error when entering play mode with path tracing and PBR sky
- "WebGL Publish" detects WebGL module and allows building when it is installed without restarting the project
- Editor is non-responsive and flickers when multiple Water System instances are enabled
- Texture2D.PackTextures causes mips 7-9 to turn pink when packed textures are of ASTC 4x4 compression
Claytonious
May 01, 2017 17:24
It seems that a workaround for this is to call the VertexHelper's Clear() method before you call its AddUIVertexTriangleStream() method. I don't know if this means we're now creating new garbage every time this is called, though.