.
Question about modifying variables in Shared Blackboard assets at runtime.
I thought this was something that could be used for Global purposes (which feels similar to SO or Staitc value)
I’ve tried changing the value of this in Script, but it doesn’t seem to be updated in Graph
Here is a simple example
By default, TestValue is 1.
TestValue.Value = 30; In Action OnUpdate
(and Debug Log)
It looks TestValue changed 1 to 30
But in Graph,
TestValue is 1 (not changed)
Was this intended or did I get something wrong?
After using it a little bit more,
The values displayed on Graph Blackboard seem to display only the initial values.
(not just shard blackboard)
If the variable is “expose”,
I was able to check the real-time value in the unity inspector.
But how do I check the value of Shared Blackboard’s runtime value?