Search Issue Tracker
By Design
Votes
1
Found in
5.3.3f1
Issue ID
778664
Regression
No
[iOS] Texture on device takes more memory than it should
To reproduce:
1. Open the attached project
2. Build for iOS with Profiler attached
3. Build with Xcode to iOS device
4. Open Profiler window
5. In the Profiler window, select "Memory"
6. Change mode from "Simple" to "Detailed"
7. Click "Take Sample"
8. Expand "Scene Memory" -> "Texture2D"
Actual result: Texture is using 1MB (when Graphics API Metal) or 1.5MB (when Graphics API OpenGLES)
Expected result: Texture should use ±0.75MB (786KB) of memory
Reproduced using:
iPad Mini 3 (iOS 8.4.1)
iPhone 6+ (iOS 8.0)
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Rigidbody2D.Slide API does not have the needed configuration when creating a 2D Top-Down character controller
- Opening reference for "Playables"component redirects to a missing page
- Sprite Renderer image is changed when switching Mask Interaction and changing Sprite to a shared Sprite
- An unsigned integer is not compared with an integer correctly in player when using IL2CPP backend
- Graphical artifacts are being rendered in Scenes that are loaded during run-time when GPU Resident Drawer is turned on
Add comment