Search Issue Tracker
Fixed
Votes
1
Found in [Package]
1.4.15
1.7.3
Issue ID
UVSB-1646
Regression
No
[Bolt] Bolt keeps creating new unloaded objects upon consistently entering Play Mode
Reproduction steps:
1. Create a new project and Import Bolt/Visual Scripting
2. Enter Play Mode
3. Check the Editor log for "Unloading xx unused Assets to reduce memory usage. Loaded Objects now: xxxx."
4. Enter Play Mode
5. Check the Editor log for "Unloading xx unused Assets to reduce memory usage. Loaded Objects now: xxxx."
Expected result: the number of Loaded Objects remains the same
Actual result: the number of Loaded Objects increases incrementally
Reproduces on: Bolt 1.4.15 (2019.4.29f1, 2020.3.14f1), Visual Scripting 1.7.3 (2021.1.14f1, 2021.2.0b3, 2022.1.0a2)
Notes:
-Issue only reproduces when Bolt/Visual Scripting package is installed
-Issue still reproduces on Visual Scripting 1.7.3 but less noticeably, Loaded Objects increase by a small amount (about 5 objects per Play Mode) compared to Bolt 1.4.15 (about 60 objects per Play Mode)
-Issue eventually leads to "Resource ID out of range" error
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
- Crash on AudioMixer::GetFMODChannelGroup when entering Play Mode in a specific project
- Prefabs with "Flags" enum properties result in "IndexOutOfRangeException" when trying to commit/revert
- The Camera first person mode in Cameras overlay is greyed out and not clickable when the Editor is restarted with the Game View focused
- Scene View doesn't select the Canvas when it's clicked with the View Tool
- Transform fields are impossible to edit when Inspector window is resized
Resolution Note:
PR: https://github.cds.internal.unity3d.com/unity/com.unity.visualscripting/pull/489