Easy Asset Search
GOAP v3 Asset Image Purchase on the Asset Store » * This is an affiliate link, meaning we may earn a small commission if you purchase something through it, at no extra cost.

GOAP v3

Create complex and dynamic enemies using this open source Goal Oriented Action Planner!
Category:
ToolsBehavior-ai
Developer:
CrashKonijn
Price:
FREE
Rating:
(5 reviews)
Favorites:
41
Download Size:
14.56 MB
Current Version:
3.0.24
Original Release:
Nov 18, 2024
Last Update:
Nov 26, 2024
Supported Unity Version:
2021.3.27 or higher
Description:

GitHub | Online Documentation | Discord | Forum | Support Edition

v3 introduced many new improvements over v2 allowing for greater control, performance and insights!

What is GOAP?

GOAP stands for Goal Oriented Action Planner. It is an AI architecture that simplifies the process of building complex Finite State Machines (FSMs) by allowing you to define goals and actions, and automatically figuring out which actions to take to achieve those goals. Most famous of powering the AI used in F.E.A.R.

How can it help you?

GOAP can help you building complex AI by defining simple actions which GOAP connects together. It also resolves the best action to take based on the game state. This should make managing a complex decision graph much easier!

Core features

  • The resolver is multithreaded (using jobs).
  • GOAP visualizer window.
  • Setup using two methods: ScriptableObject configuration in the editor, or by using code.
  • Two example scenes using both setup methods.
  • Support for data injection using your favorite IoC.
  • The core is unit tested.
  • Well documented.

continue »

Similar Packages