Search Issue Tracker
Fixed
Fixed in 1.8.1
Votes
0
Found in [Package]
1.7.8
Issue ID
UVSB-2366
Regression
No
Visual Scripting Graph Json string is kept in memory when graph is loaded
Reproduction steps:
1. Open the user's attached project
2. Open "SampleScene" Scene
3. Build And Run the project
4. Go back to the Editor and go to Window -> Analysis -> Memory Profiler
5. Capture New Snapshot
6. In the Memory Profiler navigate to Object and Allocations and match by Type "string" and sort by size descending
Expected result: The string is garbage collected after graph is loaded.
Actual result: The string is not garbage collected after graph is loaded.
Reproducible with: 1.7.6 (2022.2.0a14), 1.7.8 (2021.3.3f1, 2022.1.2f1, 2022.2.0a15)
Reproducible on: Windows 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
Resolution Note (fix version 1.8.1):
fixed in 1.9.0