Search Issue Tracker
Fixed in 2018.1.X
Fixed in 2017.1.X, 2017.2.X, 2017.3.X
Votes
1
Found in
2017.1.0b6
Issue ID
912789
Regression
Yes
Possible memory leak for development mode standalone (Setting UI.Text.text)
1. What happened
Attached project indicates Profiler.GetTotalAllocatedMemoryLong() value growth for players build in Dev mode. This wasn't so in 5.6.1p1. In release mode the behaviour wasn't noticed as well.
Observing this behaviour for Win and OSX standalones and for UWP (was launching this one from VS2015 in Debug mode).
2. How we can reproduce it using the example you attached
- Build standalone player with Dev mode checked
- Run it
- Observe 'Total allocated' value growing.
It later starts jumping up and down, but the trend seems to grow beyond previous 'max'.
Comments (10)
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
- Assigned font's bold/font-weight styles render using Default Font's assets when Default Font has corresponding style assets defined in TMP Settings
- "Modifying the parent of a VisualElement while it’s already being modified is not allowed" error is thrown when entering text and pressing tab in the Search window
- Mesh colliders are not updating their positions of bounds correctly
- Images are missing from the "Open the sprite editor" documentation for 6.0, 6.1 and 6.2
- The previous element in the array is modified when assigning an Asset to a new element of AssetReferenceT
Uncle_Zan
Dec 08, 2017 13:18
So far, the only "solution" I found to this issue is to close the profiler window. Monitoring the UI resources was actually causing the memory leak. That fixed the problem for me.
Vapid-Linus
Sep 18, 2017 20:11
Very unfortunate that this is marked as fixed.
Still present in "2017.1.1f1".
CoffeeTeaHouse
Sep 11, 2017 05:57
2017.1.1f1 same memory leak...
jnhackleman
Sep 08, 2017 16:32
This is still occurring in 2017.1.1f1
tetriser016
Sep 03, 2017 12:17
Happening to me as well on 2017.1.0f3. The editor playmode keeps growing the memory usage and crash my system.
Also, the problem doesn't happen in the build.
ChrTellefsen
Aug 16, 2017 13:30
I can confirm that this is happening in 2017.1.0f3. Shared UI Mesh keeps allocating memory rapidly in play mode until the Unity Editor crashes.
Elhimp
Jul 30, 2017 18:20
2017.1.0f3 same story
Dreamteck
Jul 30, 2017 17:42
I can confirm that this is still happening in 2017.1.0f3. It's only happening in the editor - not in the build. Mesh memory goes up constantly while in play mode. After exiting play mode, the memory doesn't get freed up resulting in an eventual crash of the editor.
alexzzzz
Jul 30, 2017 12:26
Claimed to be fixed in 2017.1.0p2 release notes, but still reproducible in the editor. My repro project still leaks ~20 megs per second.
gregstarns
Jul 27, 2017 09:27
this is still happening in Unity 2017.2.0b4 (64-bit), in both android , win standalone and editor playback. I added a new bug report but was marked as duplicate, even though this duplicate says fixed.