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:
1
2
3
4
5
if(currentState!=null){
currentState.Update();
}
Let me know if that works for you.
Thanks you.
Join us on Discord: https://discord.gg/97q2Rjh
Login
Register
By registering on this website you agree to our Privacy Policy.