Search Unity

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

Discussion in 'Animation' started by bobby55, May 22, 2022.

  1. bobby55

    bobby55

    Joined:
    Jun 24, 2020
    Posts:
    48
    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.
     

    Attached Files:

  2. bobby55

    bobby55

    Joined:
    Jun 24, 2020
    Posts:
    48
    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
     
  3. bobby55

    bobby55

    Joined:
    Jun 24, 2020
    Posts:
    48
    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! :oops: