Boa tarde,
A camera não esta se movendo junto com o jogador, esta apresentando o seguinte erro:
Assets/Scripts/ControlaCamera.cs(5,14): error CS0101: The namespace global::' already contains a definition for
ControlaCamera'
MissingComponentException: There is no 'Animator' attached to the "Jogador" game object, but a script is trying to access it. You probably need to add a Animator to the game object "Jogador". Or your script needs to check if the component is attached before using it. UnityEngine.Animator.SetBool (System.String name, Boolean value) (at C:/buildslave/unity/build/Runtime/Animation/ScriptBindings/Animator.bindings.cs:342) ControlaJogador.Update () (at Assets/Scripts/ControlaJogador.cs:25)