Extras
These scripts are included in the Runtime Spawner Samples and can be used if you wish for your own projects (or as a starting point for your own custom AI behaviours).
CharController
A simple character controller script that provides camera-relative movement (similar to GTA etc). Uses the built in Character Controller provided by Unity.
AI Wander
A simple component that will make an AI character wander to random positions on the navmesh once spawned. Useful for animals, pedestrians and other ambient AI objects.
AI Chase
A simple component that will make an AI character chase a specific target. Useful for hostile animals, creatures (zombies!) and melee enemies.
Start Runtime Spawner
This is a very simple script that will start a Runtime Spawner from script. You can find it used in example 5. API Example - Manual Start
Last updated