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
- [Vulkan] The memory allocation increases rapidly when there are multiple (three or more) Real-Time Reflection Probes in the Scene
- Addressables Profiles and Analyze windows no minimum window size
- [macOS] Library folder of the opened project can be deleted which leads to the crash
- “Default Scene” dropdown field contains a spelling mistake “Default Builtin”
- Editor crashes on PPtr<Mesh> after adding Text Mesh and Cloth Components to the same GameObject
xkreendurronx
Nov 11, 2016 17:29
I have the same problem.