Search Issue Tracker
Fixed in 2020.2.X
Fixed in 2020.1.X
Votes
1
Found in
2019.3.15f1
2020.1.0b9
2020.2.0a9
Issue ID
1268383
Regression
Yes
Editor's memory usage increases to about 10GB when building the Player with a Scene referencing 200-300 assets
How to reproduce:
1. Open the attached project "1268383.zip"
2. Open the "SampleScene" Scene
3. Click "Tools" > "Populate" and wait till script finishes (this may take 20-30 minutes)
4. Check the memory usage of the Editor using the Task Manager (or equivalent program). If it is between 400 and 800MB proceed to the next step, otherwise restart the Editor before proceeding
5. Build and run the Player with a "SampleScene" Scene
6. Observe the memory usage in the Task Manager
Expected result: memory usage stays between 600MB and 1GB through the entire build process
Actual result: memory usage rises to about 10GB while building the project
Reproducible with: 2020.1.0b9, 2020.2.0a9
Not reproducible with: 2018.4.26f1, 2019.4.6f1, 2020.1.0b8, 2020.2.0a8
Notes:
- Make sure to delete the project Library folder each time before trying to reproduce the issue
- Only reproduces when the Scene in a build references 200-300 assets
- The more assets are assigned to the "References" GameObject Scene References Component's References array the more memory is used when building
- Make sure to disable Unity Accelerator before trying to reproduce
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
- [Silicon] Crash on ScriptableRenderLoopJob when machine is left idle while the Editor is in Play mode
- [Android] GraphicsBuffer.CopyCount does not work with Append Compute Buffer after Compute Shader Dispatch on some Android devices
- "DirectoryNotFoundException" error when building a project via script in one folder, then building via Editor in another, deleting the folder built via Editor and rebuilding via Script
- New items are created and old ones remain in memory when using 'treeView.SetRootItems(items)' and 'treeView.Rebuild()' which can cause a memory leak
- Code continues to run after enabling the Frame Debugger when in paused Play Mode and using 'WaitForSecondsRealtime' coroutine
Resolution Note (fix version 2020.2):
The issue has been fixed in Unity 2020.2.0b3 and above