Search Issue Tracker
Won't Fix
Votes
0
Found in
2022.3.5f1
Issue ID
UUM-54209
Regression
No
Higher than expected memory for certain block sizes is used when using ASTC textures on iOS devices
How to reproduce:
1. Build and run for iOS with Development Build enabled.
2. Enable the Unity Memory Profiler.
3. On the Memory profiler, notice that the ASTC 5x5 texture reports 1.3 MB.
4. Go to Xcode and enable the Metal Debugger.
5. Find the ASTC 5x5 texture in the Metal debugger and notice it reports 2.02 MB.
Expected: Xcode reports 1.3 MB for the ASTC 5x5 texture
Actual result: Xcode reports 2.02 MB
Notes:
- CQA Testing was not done as per the request of the developers
- attaching the testbed metal project, which is compiled under xCode v14.2 which also reproduces the issue.
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
- Asset Database warning is being logged continuously when creating a script in an embedded package
- Build process only shows Initializing when building for Android
- TileMap Palette preview flickers when scaled
- Shader Graph Blackboard "plus" sign is not centered within the button
- [URP] When Rendering Layers are enabled, the DepthNormalPrepass is enabled even if not used
Resolution Note:
fix will be on Apple's side