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
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
- [Android][GameActivity] APK built with Development Build enabled gets flagged as having Malware
- Default name of manually created Global Light 2D GameObject differs from the one included in the initial project Scene
- Option for "Acceleration Structure Build Flags" cannot be toggled when Lightmaps have been Generated for a Mesh Renderer
- Lights in Batch keep resetting to 0 in the Light Batching Debugger when a new GameObject is created and the mouse cursor is hovered over the Inspector window
- [macOS] Rendering Debugger Volume's "Component" dropdown is opened with a big offset when "Component" field is set to any "Sample Scene"
xkreendurronx
Nov 11, 2016 17:29
I have the same problem.