Search Issue Tracker
By Design
Votes
0
Found in
5.3.4p4
Issue ID
938818
Regression
No
[iOS] Memory usage between Debug Navigator and Allocation Instrument differs when instantiating objects and reloading the scene
Reproduction steps:
1. Build the attached project to iOS device.
2. Go to Debug Navigator tab in the Xcode.
3. Select Memory.
4. Press Model 1-10, press Reload (Button in the built iOS application).
Press Model 11-20, press Reload.
Press Model 21-30, press Reload.
Press Model 1-50, press Reload.
Press Model 51-100, press Reload.
5. Compare current memory usage with the starting one (Screenshot attached(Debug Navigator)).
- Current memory usage is higher.
6. Stop the application.
7. Run it again with Allocations instrument.
8. Repeat step 4.
9. Compare current memory usage with the starting one (Screenshot attached(Allocation Instrument)).
- Current memory usage is similar to the starting one.
Reproduced with:
5.2.5f1, 2017.2.0b6, 2017.3.0a3
Tested with:
iPadMini 4 10.3.2
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
- Texture2D hash changes inside of an AssetBundle when rebuilding a SpriteAtlas bundle with an empty AssetPostprocessor Script enabled
- Aniso Level still applies when Generate MipMap is disabled in Texture Import Settings
- Mipmap Limit Groups long names are not truncated when creating a new Mipmap Limit Group with a long name
- “ArgumentException: Invalid double parameter.” error is thrown when Infinity is typed into the Fixed Timestep field
- GameObject becomes gray when using HDRP and STP together on macOS
Resolution Note:
This is not a bug. Xcode’s memory report is good for noticing memory usage trends. But it is not very accurate tool. Please check this thread https://forums.developer.apple.com/thread/52186
And in any case this cannot be Unity specific problem.