[Closed] All Animation controllers in scene freezing on first frame of animation

Hiya, Recently i’ve been having problems with all my animation controllers in my scene. When a controller goes to enter it’s state (i think that’s what there called i’ll provide an image below) it plays but only reaches the first frame of the animation then freezes up entirely

I’m running on Unity 2020.2.2f1 however i believe the version is not the problem here as i’ve been working with it for quite some time now and additionally my scene and all it’s animation controllers were working perfectly fine yestarday and the day before.

8147633--1058168--cheese.PNG

I found this to be something in my scene that’s causing this as i’ve found my players gravity is being affected aswell - i’ll update this when i find out what caused it

Found it! fun fact Time.Timescale will not reset itself if removed from code - so if you set Time.Timescale = 0 and then remove it and re run your project - not much happens! :sweat_smile: