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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Resolution Note:
fix will be on Apple's side