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
Author
Posts
Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.
Login
Register
By registering on this website you agree to our Privacy Policy.