Skip to content

Commit

Permalink
Merge pull request #125 from crashkonijn/update-version-2.1.15
Browse files Browse the repository at this point in the history
Update package version to 2.1.15
  • Loading branch information
crashkonijn authored Nov 30, 2023
2 parents 0cebdde + d58de76 commit a3112fa
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Package/Documentation/Introduction/GettingStarted.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## 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
https://github.com/crashkonijn/GOAP.git?path=/Package#2.1.15
```

Alternatively install through [OpenUPM](https://openupm.com/packages/com.crashkonijn.goap/) or the [Unity Asset Store](https://assetstore.unity.com/packages/slug/252687).
Expand Down
Binary file modified Package/Samples~/default/demo.unitypackage
Binary file not shown.
2 changes: 1 addition & 1 deletion Package/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.crashkonijn.goap",
"version": "2.1.14",
"version": "2.1.15",
"displayName": "Unity GOAP Framework",
"description": "A comprehensive, multi-threaded Goal Oriented Action Planning (GOAP) system for Unity, designed to facilitate complex AI behaviors in games.",
"unity": "2022.2",
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Integrate GOAP into your Unity project using one of the following methods:
- **Unity Package Manager**:
Add the package via the package manager using this URL:
```
https://github.com/crashkonijn/GOAP.git?path=/Package#2.1.14
https://github.com/crashkonijn/GOAP.git?path=/Package#2.1.15
```

- **OpenUPM**:
Expand All @@ -46,4 +46,4 @@ Visualize your GOAP nodes and their interactions with our intuitive Node Viewer.

## Documentation and Examples
- **Documentation**: Access comprehensive guides and API references in the `Package/Documentation` folder or visit [goap.crashkonijn.com](https://goap.crashkonijn.com/).
- **Demos**: Explore practical implementations in the Demo folder. Simply clone this repository and open the Demo project in Unity to get started.
- **Demos**: Explore practical implementations in the Demo folder. Simply clone this repository and open the Demo project in Unity to get started.

0 comments on commit a3112fa

Please sign in to comment.