Search Issue Tracker
Won't Fix
Votes
1
Found in
2017.4.19f1
2018.1.0b1
Issue ID
1122073
Regression
Yes
[iOS] Unity consumes more memory when allocating meshes starting from 2018.1.0b1
To reproduce:
1. Open attached project "MemTest.zip"
2. Build for iOS
3. Deploy the Xcode project to the iOS device
Expected result: in the newer Unity versions the mesh count is the same as in the older versions of Unity
Actual result: the mesh count is lower than on older versions of Unity
Reproduced on:
2018.1.0b1 2018.3.4f1 2019.1.0a15 2019.2.0a2
Not reproduced on:
2017.4.19f1 2018.1.0a7
Device reproduced on:
iPhone 8 Plus iOS 12.1.2
Device not reproduced on:
iPhone 8 Plus iOS 11.0
Results:
2017.4.19f1
iOS 12.1.2 - 559000
iOS 11.0 - 559000
2018.1.0a7
iOS 12.1.2 - 559000
iOS 11.0 - 559000
2018.1.0b1
iOS 12.1.2 - 547250
iOS 11.0 - 559000
2018.3.4f1
iOS 12.1.2 - 533000
iOS 11.0 -559000
2019.1.0a15
iOS 12.1.2 - 519000
iOS 11.0 - 538000
2019.2.0a2
iOS 12.1.2 - 525500
iOS 11.0 - 550500
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
- TSS Inspector creates invalid Project Relative paths for USS references in packages when adding References via Inspector
- Screen Space Ambient Occlusion is not visible when the directional light intensity is 0.001 or lower with the Deferred Rendering Path selected
- Unlinking Unity project from cloud throws "DirectoryNotFoundException" errors when the Build Automation package is installed
- Numeric input field for “Prewarm Time” doesn’t fully display decimal values
- Sprite Editor Overlay Menu issues
Resolution Note (2018.3.X):
The rise in reported memory consumption is mostly due to an iOS memory under-reporting issue that Apple fixed.
Regarding the 2% to 5% decrease in mesh count, it was conscious trade-off to introduce one additional mapping field in order to considerably speed up the lookup time to find objects of a given type in large projects and scenes with large object counts.