Reply To: [BUG] Accessing bound variables on initially disabled BB fails

Forums 💬 NodeCanvas ⚙️ Support [BUG] Accessing bound variables on initially disabled BB fails Reply To: [BUG] Accessing bound variables on initially disabled BB fails

#16096
Gavalakis
Keymaster

    Hey 🙂

    Indeed, property binding for the Blackboard component, is taking place in Blackboard.Awake -> “InitializePropertiesBinding”.
    You can if you want manually call this if you need to though like so:
    blackboard.InitializePropertiesBinding(blackboard.propertiesBindTarget, false);

    Does this solution works for you? 🙂
    Thanks!