FAQ
Why do I get error CS0246: “The type or namespace name ‘InputAction’ could not be found”?
You have forgot to install/activate Unity’s new Input System. Download it via the Package Manager and enable it in the Project Settings under “Player”.
You have forgot to install/activate Unity’s new Input System. Download it via the Package Manager and enable it in the Project Settings under “Player”.
Set RPGCamera script variable “UsedCamera” to “Assigned Camera” and assign the camera game object you want to use to variable “CameraToUse”. Alternatively, if you want to automatically spawn a new camera, select “Spawn Own Camera” as “UsedCamera”
You can find the communication between script and Mecanim in method “SetAnimatorParameters” of the RPGMotor.
I used 4 Mixamo animations in total: 2 for swimming and 2 for crouching. You can find links to the corresponding animations in section 1.2 of the manual.