Search Issue Tracker
Won't Fix
Votes
0
Found in [Package]
1.4.12
Issue ID
UVSB-982
Regression
No
Changing Object Variable Names are not update on Graph
Stems from loosely coupled variables but I thought I would bug how frustrating it can be.
When trying to get/set a variable in the graph. If I change the name of a variable, via the inspector, the name is not updated in the graph.
This is frustrating as changing a variable name means manually going through all my macros and updating the nodes.
Steps to reproduce.
* git clone git@github.cds.internal.unity3d.com:johncrowe/BoltGames.git (3b6fa593a4f04f7bb109c205a3f21cdff213c30a)
* Open the UFODemo scene
* Play the scene
* Notice the Current Room updates to Room1
* Stop the game
* Select the UI gameObject
* In the inspector change the UIRoom Variable to TEST.
* Play the scene
* The current room is not set. Errors in the console about a missing variable.
* Stop the scene
* Open the floor macro
* Play the scene
Notice issue >> The UIRoom variable is not updated to Test. Clicking the dropdown reveals the available variables.
Expected. If I change a variable name in a C# script I get a compile error. In a visual graph, I would expect Bolt to automatically updated variables names so i don't waste time entering play mode or build my projects.
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 LOD Group CrossFade Animate Cross-fading feature does not fade when the GPU Resident Drawer is enabled
- [Android Module] Unity double writes files in the "StreamingAssets" folder when they are deleted using "IPostGenerateGradleAndroidProject" after the Grandle project is generated
- IndexOutOfRangeException and InvalidOperationException when clicking on the HTML log in the Console
- Warnings "Attempting to draw with missing bindings" are logged when opening the HDRP VFX Template Sample Scene
- Red spots appear when Blending Lighting Scenarios using Adaptive Probe Volumes
Resolution Note:
It will be converted to a feature request