Forums › 💬 FlowCanvas › ⚙️ Support › Global Blackboard from script? › Reply To: Global Blackboard from script?
Hey,
Sure 🙂 You can get the reference of a global blackboard with the static method GlobalBlackboard.Find(string name), where the parameter is the blackboard name. Here is an example:
Let me know if this works for you. Thanks.