Search Unity

Question Animations pause inmediately after starting

Discussion in 'Animation' started by NewMagic-Studio, Mar 22, 2021.

  1. NewMagic-Studio

    NewMagic-Studio

    Joined:
    Feb 25, 2015
    Posts:
    454
    I use Unity 2018.3.13f1 and VR and for some reason i set any model with animator and set a default animation and when press play the scene just starts the animation and pause inmediately and gives no error. I tried making it in a new scene and happens the same, tried with different models and animations and all have the same problem. Error pause is not active in console but there are not scripts running either. I can see the blue bar in the animation as if just started playing the animation and then paused.
     
  2. NewMagic-Studio

    NewMagic-Studio

    Joined:
    Feb 25, 2015
    Posts:
    454
    I realized it doesnt pause just the animation but the game itself
     
  3. NewMagic-Studio

    NewMagic-Studio

    Joined:
    Feb 25, 2015
    Posts:
    454
    Found the problem, has no sense but for some reason timescale is set to 0 even though i dont use any script. If i add a script setting Time.timeScale = 1f; it works