Search Issue Tracker
By Design
Votes
0
Found in
Issue ID
724839
Regression
No
[SpritePacker][iOS] Sprites are packed inefficiently for iOS platform
Steps to reproduce:
1. Open the attached project
2. Switch to iOS platform
3. Open 'Sprite Packer' (Windows/Sprite Packer)
4. Click 'Pack' to pack the sprites
5. Notice it creates two atlases: one 2048x2048 and one 1024x1024, where the sprites would easily fit into a single 2048x2048 atlas or better yet, two smaller atlases (2048x1024 and 1024x1024) as it is done for other platforms.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- UI Builder Scrollview is unable to scroll all the way down when the window is downsized vertically
- Celestial bodies order remains unchanged when the Distance setting is modified
- A memory leak occurs with massive terrain when camera position changes occur.
- No valid hits are returned when using RaycastCommand
- Camera is not overlooking the main Scene in Scene View in the HDRP Sample Template
Add comment