Trying to follow

Here is a list of what I believe happened this video.

We end up with three prefabs

  1. Base Character
    

– Components
Transform
MeshRenderer
NavMeshAgent
Animator
– Scripts
Mover
Fighter
ActionScheduler
Health

  1. Enemy
    Adds
    – Components
    Capsulte Collider
    – Scripts
    CombatTarget

  1. Player
    Adds
    – Components
    NONE
    – Scripts
    PlayerController

So, does this look like it contains correct information?
Thanks

Ooops, missed this the first time around
Looks right, though mentally, I consider all MonoBehavior scripts to be Components, so at first I did a double take.

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.

Privacy & Terms