You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ Installing with NPM enables easier updates through the Unity Package Manager and
28
28
1. Open the [Unity Package Manager](https://docs.unity3d.com/Manual/upm-ui.html) window
29
29
1. In the top bar, change the packages to `Packages: In Project`
30
30
1. Select `BehaviorTree.NET`
31
-
1. In the bottom bar, click `Update to v0.1.1`
31
+
1. In the bottom bar, click `Update to v0.2.0`
32
32
33
33
### Install from Git URL
34
34
Installing from a Git URL allows you to fully customize which version of the package you use. If you are forking the package repository and not releasing on NPM, or are developing smaller features and bug fixes, you may find this approach useful.
@@ -38,7 +38,7 @@ Installing from a Git URL allows you to fully customize which version of the pac
38
38
1. In the dropdown, select `Add package from git URL` from the add menu
39
39
1. In the text box, enter the GitHub URL of this package: `https://github.com/asasine/BehaviorTree.NET.git`
40
40
- You may also specify releases using tags
41
-
- For example, targeting v0.1.1 would use the URL `https://github.com/asasine/BehaviorTree.NET.git#v0.1.1`
41
+
- For example, targeting v0.2.0 would use the URL `https://github.com/asasine/BehaviorTree.NET.git#v0.2.0`
42
42
- You can find all releases listed [here](https://github.com/asasine/BehaviorTree.NET/releases)
43
43
- More information on specifying git references is available in the [Unity Manual](https://docs.unity3d.com/Manual/upm-git.html#revision)
44
44
1. In the text box, click `Add`
@@ -52,4 +52,3 @@ Installing from disk lets you use a clone of the repo. This is useful if you are
52
52
1. In the file explorer, navigate to the cloned repository and open the `package.json` file
53
53
54
54
Install the package into Unity as a local or git package by following the steps at https://docs.unity3d.com/Manual/upm-concepts.html#Sources.
0 commit comments