Can the Node Canvas behavior tree can recieve normal C# events from scripts that are normal monobehaviours? In other words I want to be able to listen to events from outside of the behaviour tree world, from anywhere in the game.
There is a ‘Check CSharp Event’ condition task included that can subscribe to any System.Action event on a MonoBehaviour, or any static System.Action event.