Reply To: SendEvent with null name crashes CheckEvent

NodeCanvas Forums Support SendEvent with null name crashes CheckEvent Reply To: SendEvent with null name crashes CheckEvent

#12803
zsoik
Participant

Yes, but GDs probably will miss it that there’s something wrong and the unpredictable behavior (FSM essentialls runs in editor when the offending action is the last one to be executed, but completely breaks FSM execution because it throws an exception on every update cycle but doesn’t progress anymore) gives a very hard time debugging and finding such problems. I’ve “fixed” it by adding additional null checks in the send event actions and also I removed the data check from the editor code so I have the same behavior in the editor as in the end product. An exception that is thrown every frame will also be easier to spot in the editor and GDs may not miss it that easily 😉