Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Alright, so I just set-up a quick project and so far everything is working as expected.


Where are you placing the line:

this.actor.spriteRenderer.setAnimation("Crouch",false);

If it's in an update-loop (or any loop that is getting repeatedly called for that matter), it's probably just looping over that line and constantly playing the crouch animation.


Could you paste your code for me to see?