thedodd / GOAP

A multi-threaded GOAP system for Unity

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Discord Documentation openupm Asset Store CodeFactor test-status GitHub GitHub Repo stars GitHub forks

GOAP

A multi-threaded GOAP (Goal Oriented Action Planning) system for Unity.

The previous version of this library was used to create the AI in the game Basher Beatdown.

Screenshot of Demo

Functions

  • Fast
  • Simple
  • Multi-Threaded (Using the job system)
  • GOAP Visualizer
  • Setup using ScriptableObjects or through code
  • Two demo scenes included
  • Tested
  • Well documented
  • Build using unity 2022.2 (also confirmed to be working with 2021.3)

Installation

Add the package to your project using the package manager. Add the following URL to the package manager:

https://github.com/crashkonijn/GOAP.git?path=/Package#2.1.14

Alternatively install through OpenUPM or the Unity Asset Store.

Node viewer

Screenshot of NodeViewer

Documentation

The documentation can be found in the Package/Documentation folder, or at goap.crashkonijn.com.

Demo

Tow example's implementing this project can be found in the Demo folder. Clone this repository and open the Demo project in Unity.

About

A multi-threaded GOAP system for Unity

License:Apache License 2.0


Languages

Language:C# 100.0%