Here is a list of what I believe happened this video.
We end up with three prefabs
-
Base Character
– Components
Transform
MeshRenderer
NavMeshAgent
Animator
– Scripts
Mover
Fighter
ActionScheduler
Health
- Enemy
Adds
– Components
Capsulte Collider
– Scripts
CombatTarget
- Player
Adds
– Components
NONE
– Scripts
PlayerController
So, does this look like it contains correct information?
Thanks