#AssetStore #unity #unity3d #new #asset #gamedev #indiedev #GameContentShopper

Publisher

CrashKonijn

Please Note

This entry is from Monday November 18, 2024. The price of the asset may have changed since then.
Please visit our homepage for recent offers and sales. Official and private Unity Asset Store™ sales usually last about 14 days.

Overview

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.
X