Search Issue Tracker
Won't Fix
Votes
0
Found in
5.3.3p1
Issue ID
774458
Regression
No
[UI][Panel] Setting Image to Tiled throws ArgumentException
Repro steps:
1) Open the project and Main.scene
2) Look at the console
3) Create a new scene
4) Add a Canvas + Panel
5) Set Panel's Image to be Tiled
6) Notice the same error in the console
=============================
ArgumentException: Mesh can not have more than 65000 vertices
UnityEngine.UI.VertexHelper.FillMesh (UnityEngine.Mesh mesh) (at C:/buildslave/unity/build/Extensions/guisystem/UnityEngine.UI/UI/Core/Utility/VertexHelper.cs:78)
=============================
Expected: No errors, since panel doesn't have that much vertices
Reproduced in: 5.4.0b8; 5.3.3p1; 5.2.3p3
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
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
xkreendurronx
Nov 11, 2016 17:29
I have the same problem.