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
- [Android] Texture Compression default texture format is set to PVRTC when building via script BuildPipeline.BuildPlayer
- [Android][GameActivity] APK built with Development Build enabled gets flagged as having Malware
- Default name of manually created Global Light 2D GameObject differs from the one included in the initial project Scene
- Option for "Acceleration Structure Build Flags" cannot be toggled when Lightmaps have been Generated for a Mesh Renderer
- Lights in Batch keep resetting to 0 in the Light Batching Debugger when a new GameObject is created and the mouse cursor is hovered over the Inspector window
Add comment