Reply To: NullReferenceException raised when translating from Any State Node

Forums 💬 NodeCanvas 🗨️ General Discussion NullReferenceException raised when translating from Any State Node Reply To: NullReferenceException raised when translating from Any State Node

#13908
Gavalakis
Keymaster

    Hello and I am sorry for the late reply.
    To fix this quickly, please open up the offended line (FSM.cs line #122) and change that code of line by wrapping it in a null check like so:

    Let me know if that works for you.
    Thanks you.