Compiler errors in 5.6.0f3

I get this error after importing TrueSync

Assets/Demo/kickingheads/scripts/PlayerBehavior.cs(68,18): error CS1061: Type `UnityEngine.Animator' does not contain a definition for `Stop' and no extension method `Stop' of type `UnityEngine.Animator' could be found. Are you missing an assembly reference?

Comments

  • feathers
    feathers
    edited April 2017
    FYI. Removing the line
    animator.Stop();
    from PlayerBehaviour.cs appears to remove the error, and lets me compile the game.
  • Thanks @feathers, we will check those errors on Unity 5.6.0.