Search Issue Tracker
Not Reproducible
Votes
0
Found in
Issue ID
853495
Regression
No
Memory leak after reimporting assets in the SRL
Build: Unity Editor v 5.6.0a5 (64-bit)
Platform: Windows 10 (64-bit)
Project: ScriptableRenderLoop
Clicking 'Reimport' on an asset folder causes the memory consumption of the "Unity Editor" process to go up.
Depending on the size of the folder, it could be several hundred MB at a time.
This memory is never released, so if you perform this action multiple times, then the Editor eventually runs out of memory and crashes.
Tested scenes:
* FPTL.unity
* GlobalIlluminationTest.unity
* HDRenderLoopTest.unity
* LayeredLitTest.unity
I just reimport the entire "Assets\ScriptableRenderLoop" folder.
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
- "Property (urp_ReflProbes_BoxMin) exceeds previous array size" warning spams console after switching platforms
- Have to change Input Mapping Path twice for change to take effect when Auto-Save is enabled
- No Duplicate option is available when right clicking States in the Animator Window even though it's available via Shortcut
- Copied and Pasted States appear in a set location instead of where the Users cursor is located at when using the Pasting Shortcut
- Animator Component information box text is not centered
MrG
Dec 14, 2016 00:59
Addendum to the steps to reproduce...before doing Reimport, go to packages folder and double-click the Shaders package, followed by the other two MCS___ packages there (in that order). when all that is done, then do reimport from the top level folder.
MrG
Dec 14, 2016 00:42
I can reproduce this 100% on a Win 2012-R2 server with dual Zeon 2.4's (total 16 cores) and 16GB RAM and 1.5TB on a RAID 5...I can kill the server with a folder reimport of Morph3D free assets from the store and nothing else. Unity 5.5.0f3. Create empty project, import all 4 free Morph3D assets, right-click top level Morph3D folder and select reimport all, watching task manager memory...it won't take long for the machine to die of resource starvation.