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
- URPPreprocessBuild.OnPostProcessBuild is never executed when building the Player
- [Linux] Using CTRL+Shift+A shortcut for Add Component throws GUI Rendering Errors
- Crash on MonoBehaviour::Transfer<YAMLRead> when upgrading the Magic Leap XR Plugin
- Image is distorted when VisualElement is scaled and Scale Mode set to scale-and-crop
- Euler angles return different values during Animation Event when using Playables API and the time is 0
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.