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
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
Resolution Note (fix version 1.8.1):
fixed in 1.9.0