-
-
Notifications
You must be signed in to change notification settings - Fork 140
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0e25697
commit 7aee645
Showing
10 changed files
with
53 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# Introduction | ||
|
||
{% hint style="warning" %} | ||
V3 is currently stable, but still in beta because the docs are still those of v2. | ||
{% endhint %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,32 @@ | ||
# Summary | ||
# Table of contents | ||
|
||
* [Introduction](Introduction/README.md) | ||
* [Introduction](README.md) | ||
* [What is Goap?](Introduction/Theory.md) | ||
* [Getting Started](Introduction/GettingStarted.md) | ||
* [Code](Introduction/Code.md) | ||
* [ScriptableObjects](Introduction/ScriptableObjects.md) | ||
* [FAQ](Introduction/FAQ.md) | ||
* [Upgrading](upgrade/README.md) | ||
* [Upgrading](upgrading/README.md) | ||
* [V3.0 Changes](upgrade/core-concepts.md) | ||
* [V3.0 Upgrade guide](upgrade/upgrade-guide-2.1-3.0.md) | ||
* [V2.1 Upgrade guide](upgrade/upgrade-guide-2.0-2.1.md) | ||
* [Config](Config/README.md) | ||
* [Config](config/README.md) | ||
* [Through ScriptableObjects](Config/ScriptableObjects.md) | ||
* [Through Code](Config/Code.md) | ||
* [Classes](Classes/README.md) | ||
* [Classes](classes/README.md) | ||
* [Goals](Classes/Goals.md) | ||
* [Actions](Classes/Actions.md) | ||
* [AgentBehaviour](Classes/AgentBehaviour.md) | ||
* [GoapSet](Classes/GoapSet.md) | ||
* [Sensors](Classes/Sensors.md) | ||
* [TargetKeys](Classes/TargetKeys.md) | ||
* [WorldKeys](Classes/WorldKeys.md) | ||
* [General](General/README.md) | ||
* [General](general/README.md) | ||
* [WorldState](General/WorldState.md) | ||
* [Conditions & Effects](General/ConditionsAndEffects.md) | ||
* [Data Injection](General/Injection.md) | ||
* [Life Cycles](General/LifeCycle.md) | ||
* [NodeViewer](General/NodeViewer.md) | ||
* [Examples](Examples/README.md) | ||
* [Examples](examples/README.md) | ||
* [Simple](Examples/Simple.md) | ||
* [Complex](Examples/Complex.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# Classes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# Config | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# Examples | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# General | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# Upgrading | ||
|