You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MissingComponentException: There is no 'Animator' attached to the "Missing Prefab (Dummy)" game object, but a script is trying to access it.
You probably need to add a Animator to the game object "Missing Prefab (Dummy)". Or your script needs to check if the component is attached before using it.
UnityEngine.Animator.SetBool (System.String name, Boolean value) (at /Users/builduser/buildslave/unity/build/artifacts/generated/common/modules/Animation/AnimatorBindings.gen.cs:311)
LcpManController+c__Iterator0.MoveNext () (at Assets/Scripts/LcpManController.cs:684)
UnityEngine.SetupCoroutine.InvokeMoveNext (IEnumerator enumerator, IntPtr returnValueAddress) (at /Users/builduser/buildslave/unity/build/Runtime/Export/Coroutines.cs:17)
UnityEngine.MonoBehaviour:StartCoroutine(IEnumerator)
LcpManController:StartWalk(Int32, Vector3, FacingDirection, Int32, Boolean) (at Assets/Scripts/LcpManController.cs:608)
LcpManController:GoToActivity(Activities) (at Assets/Scripts/LcpManController.cs:168)
LcpManController:Update() (at Assets/Scripts/LcpManController.cs:91)
The text was updated successfully, but these errors were encountered:
Tried importing this Unity 2017.3.0f3
Got errors
MissingComponentException: There is no 'Animator' attached to the "Missing Prefab (Dummy)" game object, but a script is trying to access it.
You probably need to add a Animator to the game object "Missing Prefab (Dummy)". Or your script needs to check if the component is attached before using it.
UnityEngine.Animator.SetBool (System.String name, Boolean value) (at /Users/builduser/buildslave/unity/build/artifacts/generated/common/modules/Animation/AnimatorBindings.gen.cs:311)
LcpManController+c__Iterator0.MoveNext () (at Assets/Scripts/LcpManController.cs:684)
UnityEngine.SetupCoroutine.InvokeMoveNext (IEnumerator enumerator, IntPtr returnValueAddress) (at /Users/builduser/buildslave/unity/build/Runtime/Export/Coroutines.cs:17)
UnityEngine.MonoBehaviour:StartCoroutine(IEnumerator)
LcpManController:StartWalk(Int32, Vector3, FacingDirection, Int32, Boolean) (at Assets/Scripts/LcpManController.cs:608)
LcpManController:GoToActivity(Activities) (at Assets/Scripts/LcpManController.cs:168)
LcpManController:Update() (at Assets/Scripts/LcpManController.cs:91)
The text was updated successfully, but these errors were encountered: