I'm a beginner, and I am currently trying to create an animator script to go along with the movement. It is flowing fine but ran into this problem "GetComponent requires that the requested component 'MovementSettings' derives from MonoBehaviour or Component or is an interface.
UnityEngine.GameObject.GetComponent". The script I am referencing is the standard asset RigidbodyFirstPersonController and the other is my animator controller. Tell me if I should show the script. I tried moving things around and messing around with it here and there but other errors pop up. If there is a way to avoid this error or fix it I will be happy to know it. I am new and this is my first unity answers so yeah.
↧