What is the best way to implement game states in Unity with enums?
So I have a player class with movement functionality, pretty standard, and want to organize that functionality into states using ENUMS.
So I have a player class with movement functionality, pretty standard, and want to organize that functionality into states using ENUMS.