Search Issue Tracker
Fixed
Fixed in 6000.1.0a6
Votes
0
Found in
2021.3.44f1
2022.3.48f1
6000.0.21f1
Issue ID
UUM-83137
Regression
Yes
[iOS] Static Batched meshes have increased in size
How to reproduce
1. Open the attached Project "StaticBatchTest.zip"
2. Build the Scene "CarScene" for iOS
3. Open Instruments and select Allocations
4. Add the "Metal Resource Events" track
5. Profile the built App for ~7sec
6. In the "Metal Resource Events" track switch from "Resource Events Calltree" to "Resource Events"
7. Observe the size of "Combined Mesh"
Expected Result: Combined Mesh takes up ~1-2MiB
Actual Result: Combine Mesh takes up ~12MiB
Reproducible with: 2021.3.12f1, 2021.3.44f1, 2022.3.48f1, 6000.0.21f1
Reproduced on:
- iPhone 13 Pro (iOS 17.6.1)
Notes:
- Sometimes the increase does not appear, however, upon rerunning the app, it appears
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
- Pressing “-” twice to remove a Tag in Project Settings > Tags and Layers throws errors in the Console window
- "State comes from an incompatible keyword space" error when clicking on a shader
- Test Runner's Player test fails when the IL2CPP scripting backend is selected
- Not all of the Profiler Modules can be reordered
- [Accelerator] Texture uploads to the cache server are duplicated when switching between Texture Formats
Resolution Note:
To solve this issue we need more information at the Metal driver level, which requires additions to the user-facing API.