🎯 Quick Setup (Drag & Drop)
Minimal setup to get started:
- Make sure you have a Main Camera in the scene with the Cinemachine Brain component.
- Drag the
HumanCharacter
prefab from TrueFirstPersonController/Prefabs/
into your scene.
- You’re ready to play! – Use:
- WASD to move
- Mouse to look around
- Shift to run
- Ctrl to crouch
- Space to jump
📦 Required Dependencies (Package Manager)
Before importing, install these packages:
- Input System (
com.unity.inputsystem
)
- Cinemachine (
com.unity.cinemachine
)
- Animation Rigging (
com.unity.animation.rigging
)
- TextMeshPro (
com.unity.textmeshpro
)
⚙️ Main Components
FirstPersonController
Location: FirstPersonController.cs
Movement Settings:
- Walk Speed (2.0): Base walking speed
- Run Speed (3.5): Running speed