Hi!
I'm building a networked game and therefore want to make sure that the FSMs only run after network is set up and ready, what would be the best way to do this? Is there a global enabled/disabled bool or can I do it individually for each FSM in the scene?