Reply To: Trying to recieve/listen for UnityEvent

FlowCanvas Forums Support Trying to recieve/listen for UnityEvent Reply To: Trying to recieve/listen for UnityEvent

#636
Gavalakis
Keymaster

Hey,

The reason why intellisense is not showing you the SendEvent and it’s rather showing you the static SendGlobaEvent only, is because, you have entered the type name ‘FlowScriptController’, and not an instance reference to it 🙂 As such, only static members/methods are shown there. What you need is an instance reference. Here is an example:

Let me know if that works for you.
Thanks.

Join us on Discord: https://discord.gg/97q2Rjh