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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
xkreendurronx
Nov 11, 2016 17:29
I have the same problem.