I seem to get stuck in place when I use the key to find my car sometimes.
while using the carkey -> movement is blocked. It is for a reason. I had to implement it for the game logic. But you stuck just for 2-3 sec i hope, not like stuck forever? Moreover, using the key gives you the direction to your car, so its ok you dont move as you are focused on the car. I had to prevent moving and keep using carkey.
yeap. I made a quick check and I think i got it right already. The problem is "hopefully" in the moment that player is locked when using key and if that action is interrupted the player lock is not removed as that action does not go up till the end of animation, so event to unlock the player is just not running. Sadly cannot update it now as I guess that will automatically remove the game from gamejam submission, but i will update it afterwards. As well i fixed being stuck when checking the ticket, cause if you press space while ticket animation it will restart the animation and it get stucked as well, so no input right now is possible while doing ticket check and key animation:)