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
- Graphics.DrawProcedural doesn't work like in DX11 when used with DX12
- [Quest 2] Running Entities Graphics/BatchRendererGroup under Vulkan results in a frame rate drop compared to OpenGLES 3 and causes Tile Binning to cost more
- Filters dropdown: Window doesn't rescale on items collapse
- Sprite Preview is broken when the Sprite is too tall or too wide
- Objects are invisible in Scene view when using Wireframe Shading Mode
Resolution Note:
It will be converted to a feature request