Reply To: Problem in one FSM causing the entire game to be down

NodeCanvas Forums Support Problem in one FSM causing the entire game to be down Reply To: Problem in one FSM causing the entire game to be down

#14554
Driiade
Participant

Yes, it was not clear at all.

What I mean is that when a graph has an error exception, the entire graph list stop to be Updated and so the game can break at any moment for any reason (like a simple graph with null reference can break the main character which has no error at all).

Unity has a protection for this, script can throw error, but the rest of them continue to be executed.

I asked my team, but we don’t know how Unity does this exactly without sacrifying all performance. And putting a try catch before each Grpah Update seems to be not a good solution (or it is ?).