Reply To: How do I access singleton instance public properties?

Forums 💬 NodeCanvas ⚙️ Support How do I access singleton instance public properties? Reply To: How do I access singleton instance public properties?

#15693
Gavalakis
Keymaster

    Hello there,

    Does the “MouseManager” component actually exist on the same gameobject as the blackboard?  Variables can only be bound to properties on components attached on the same gameobject the blackboard is (unless the property is static in which case it does not matter of course). This is done by design to avoid the blackboard having references from all over the scene. Is binding a property from a component NOT attached to the blackboard gameobject what you are trying to achieve?

    Thanks!