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
- The script is not renamed in the Project window when renaming and a compilation Error is present
- Average FPS in Play Mode degradation on a newly created BiRP project when it's upgraded from 2020.3.48f1 to a newer Editor version
- DecoratorDrawer indentation is incorrect when it is called with EditorGUI
- "Unable to get the list of approved APIs." is thrown when testing the App Packages with Windows App Certification Kit
- [Linux] The mouse wheel input is inverted when scrolling in the Build
Resolution Note:
PR: https://github.cds.internal.unity3d.com/unity/com.unity.visualscripting/pull/489