Create complex and dynamic enemies using this open source Goal Oriented Action Planner!GitHub | Online Documentation | Discord | ForumWhat 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.