From 9dc777cbba7a53495380eae03c838e54fd62dbbf Mon Sep 17 00:00:00 2001 From: Pascal Serrarens Date: Fri, 29 May 2026 12:33:22 +0200 Subject: [PATCH] Updated documentation --- Documentation/Installation.md | 10 ++++++---- README.md | 2 +- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/Documentation/Installation.md b/Documentation/Installation.md index c89f3d1..7a3383a 100644 --- a/Documentation/Installation.md +++ b/Documentation/Installation.md @@ -1,14 +1,16 @@ Package Installation ==================== -You can import the NanoBrain Ant package in Unity directly with the Package Manager git package importer. +You can import the NanoBrain package in Unity directly with the Package Manager git package importer. See Unity: [Installing from a Git URL](https://docs.unity3d.com/Manual/upm-ui-giturl.html) -Use the link from 'Clone with HTTP' (for example: https://git.passer.life/CreatureControl/Ant.git) In this way you can always retrieve the latest version by pressing the Update button in the Package Manager. +Import the package in the Package Manager by clicking on the `+` button and then `Install package from git URL...` -Optionally, you can use a tag to retrieve a specific version. For example: https://git.passer.life/CreatureControl/Ant.git#0.1.0. This will give you a stable version which does not change. Updating can be done by retrieving the package with a link to a new release. +Use the link from 'Clone with HTTP' (for example: https://git.passer.life/NanoBrain/NanoBrain-unitypackage.git) In this way you can always retrieve the latest version by pressing the Update button in the Package Manager. + +Optionally, you can use a tag to retrieve a specific version. For example: https://git.passer.life/NanoBrain/NanoBrain-unitypackage.git#0.1.0. This will give you a stable version which does not change. Updating can be done by retrieving the package with a link to a new release. Samples Installation -------------------- -In the Unity Package manager, select the NanoBrain Ant package and look for the `Samples` tab in the details pane on the right. There you can import the `Models`. \ No newline at end of file +In the Unity Package manager, select the NanoBrain package and look for the `Samples` tab in the details pane on the right. \ No newline at end of file diff --git a/README.md b/README.md index 017fe3f..f0af6c3 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ # %NanoBrain -Documentation is found in the [Documentation folder](Documentation/html/index.html) +Documentation is found in the [Documentation folder](Documentation/ToC.md)