Search Issue Tracker
Fixed in 4.5.1
Votes
1
Found in
4.3.3f1
Issue ID
592111
Regression
No
Triangle & quad Sprites can generate far too many vertices
To reproduce:
1. Open the attached project
2. Open the scene view
3. Set the view to "Wireframe"
4. The right sprite ("night_bg_lowerright") generated mesh has too many vertices
I tried rotating the sprite and it generated mesh properly.
Comments (2)
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
- [Linux] UI picking is offset to the left when Reference DPI and Fallback DPI differ
- Scrolling in a default ScrollView in WebGL builds is slower when compared to other platform builds and the Editor
- Physics 2D Manager documentation page is missing
- Duplicate External Textures start appearing when a Texture created with "CreateExternalTexture" is modified causing Memory Usage spikes on VisionOS
- Silent crash when using a "Blend Shape" in a "Skinned Mesh Renderer" to move vertices to Vector3.positiveInfinity, and "Occlusion Culling" is baked
tiagomelobr
May 10, 2016 18:06
Still creates a lot of unnecessary polygons. This is specially true for isometric sprites.
Wisteso
Sep 26, 2014 10:06
This is not fixed in 4.6.0b18 - it's actually much worse now. Going to wireframe actually slows my desktop computer to a crawl (and this is just a lightweight mobile 2d game). There's what looks to be about 200-300 verticies for a single diagonal edge. Enough that it renders as a solid black mass when viewed at roughly 25% zoom.