GOAP v3 Support Edition
CrashKonijn
$20.00
(no ratings)
Date |
Price |
---|---|
日期和时间 |
价钱($) |
11/19(2024) |
20.0 |
11/20(2024) |
20.0 |
Jump AssetStore
Create complex and dynamic enemies using this open source Goal Oriented Action Planner!GitHub | Online Documentation | Discord | ForumNOTE: This is a free and open source package. This version does not include anything extra on top of the free version. It's simply a way to make a donation to help support the package.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 featuresThe 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.