Starter AI Code
Chris Kugler
$4.99
Date |
Price |
---|---|
日期和时间 |
价钱($) |
03/19(2018) |
4.99 |
11/01(2024) |
4.99 |
Jump AssetStore
Documentation
Video
This package is a starter pack for getting your AI code off the ground. It includes some common behavior states, mechanisms for customizing how your actor transitions between states, and the timings in which it checks for state transition criteria.
Included AI Behaviors:
-Grazing: wanders in random directions and stops to look around at specified intervals
-Patrol: moves between defined waypoints in an endless loop
-Enemy Patrol: moves in a patrol, but when the player is perceived begins pursuit.
-Battle Behavior: pursues the player and attacks when within the defined distance.
Sensor system allows for AI state changes based on custom criteria, such as when a player enters a vision cone, comes into a certain range of the enemy, or when the player damages the enemy, and so on. Sensors are attached to the actor hierarchy either directly or on their own child objects and become triggered when their custom criteria are met. Those triggered sensors go into determining when to change AI states.