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
- Rigidbody2D.Slide API does not have the needed configuration when creating a 2D Top-Down character controller
- Opening reference for "Playables"component redirects to a missing page
- Sprite Renderer image is changed when switching Mask Interaction and changing Sprite to a shared Sprite
- An unsigned integer is not compared with an integer correctly in player when using IL2CPP backend
- Graphical artifacts are being rendered in Scenes that are loaded during run-time when GPU Resident Drawer is turned on
Resolution Note:
PR: https://github.cds.internal.unity3d.com/unity/com.unity.visualscripting/pull/489