diff --git a/Package/Documentation/Introduction/GettingStarted.md b/Package/Documentation/Introduction/GettingStarted.md index dbbc3a6b..bb0de159 100644 --- a/Package/Documentation/Introduction/GettingStarted.md +++ b/Package/Documentation/Introduction/GettingStarted.md @@ -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). diff --git a/Package/Samples~/default/demo.unitypackage b/Package/Samples~/default/demo.unitypackage index 5c51c829..99d583f1 100644 Binary files a/Package/Samples~/default/demo.unitypackage and b/Package/Samples~/default/demo.unitypackage differ diff --git a/Package/package.json b/Package/package.json index b2542272..963c68f0 100644 --- a/Package/package.json +++ b/Package/package.json @@ -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", diff --git a/README.md b/README.md index e6b84703..5f31289d 100644 --- a/README.md +++ b/README.md @@ -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**: @@ -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. \ No newline at end of file +- **Demos**: Explore practical implementations in the Demo folder. Simply clone this repository and open the Demo project in Unity to get started.