Subtree and GameobjectSharedVariables not working in Pro version.

Screenshot_2025-07-16 09.02.42_XsUh6A.png
-------------------
I assign GameObjectSharedVariable by code. Variable can be shown in the BT inspector. But LogValue returns null.
 
You're close, it looks like you need to add the third scope parameter:


By default the scope is set to the graph.
 
Back
Top