
It looks like you're new here. If you want to get involved, click one of these buttons!
I'm in the integration (02) and when I move my character it gives me this error: NullReferenceException: Object reference not set to an instance of an object CharacterAnimator.Update () (at Assets/Scripts/CharacterAnimator.cs:24). When I go into the script, there are no errors. I'm using Unity 2020.1.6f1
Please help me!
I solved it! It was just that when I imported the new character I needed to create an Animator component on the Player Graphic gameobject and assign the PlayerAnimator to the controller slot and assign the PlayerAvatar to the avatar slot. After that it work perfectly.