Search Issue Tracker
Fixed in 4.3.X
Votes
0
Found in
4.2.0b2
Issue ID
544379
Regression
No
Profiler reports memory twice for Decompress on Load clip
To Reproduce:
0. The "long.ogg" AudioClip is set to "Decompress on Load" and loaded from an AssetBundle.
1. Build & Run a standalone player. Click on Download.
2. Look at the memory usage in the Profiler:
After Download & Load: FMOD: 109.9MB, AudioClips: 1 / 109.7MB, Total Memory: 16.2MB, Activity Monitor : 172.5MB
3. Change the load type of the "long.ogg" file to "Stream from Disk" and rebuild the long.unity3d assebundle. (TEST -> Build AssetBundle from selection)
4. Build the standalone player and look at the memory usage in the profiler:
After Download & Load: FMOD: 109.9MB, AudioClips: 1 / 62.7KB, Total Memory: 16.2MB, Activity Monitor : 170.2MB
The question is : Why does the Activity Monitor report similar memory use, but the Unity Profiler reports 2x109MB being used?
Premium Support case : http://supportstats.hq.unity3d.com/history.php?tid=3577&site=TeamSupport
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- PlayerPrefs get corrupted when a minimized fullscreen Player is closed through the Taskbar
- "To Debug, run app with -diag-job-temp-memory-leak-validation cmd line argument. This will output the callstacks of the leaked allocations." warning is printed when JobTempMemoryLeakValidation switch is enabled
- Main Thread stalling when loading Audio Source asset asynchronously while preloading another Audio Source asset
- Material artifacts occur in the Material Preview window when baked lighting is applied to scenes
- “ArgumentOutOfRangeException” after saving, reseting and re-add Default Tile Palette Tools to the list in Preferences window
Add comment