Skip to content

NPC.ObjectSetup

Wesley Haws edited this page Mar 24, 2017 · 6 revisions

NPC - Object Setup


This setup is very easy, only requiring really one script. Add the following components to the root of your NPC gameobject:

  • Animator
  • Audio Source
  • FootStepKeyFrame (Script found here: Github Script Link)
    • Its important to note that this requires additional setup. Setup Doc Found here: Setup.
  • Rigidbody
    • You need to "Freeze Position" X and Z
    • You need to "Freeze Rotation" X and Z
    • Use Gravity
  • Capsule Collider

NPC Object Setup

Clone this wiki locally