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
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
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.