Forums › 💬 NodeCanvas › 🗨️ General Discussion › Sending Event From MonoBehaviour
How can i send a global or targeted event from a MonoBehaviour script? i do not want to add FSM to my each object for just sending an event.
Hey,
No, of course not :). You can do prety much everything from code too. You can simply send a local event by having a reference to the FSMOwner, or a global event by calling the static method:
it is great 🙂 i am always sure that there is an easy way to do in NC 🙂