From daf16351cd5a6af20b5c597f9ba7491940ddf90a Mon Sep 17 00:00:00 2001 From: Pascal Serrarens Date: Wed, 16 Feb 2022 16:20:15 +0000 Subject: [PATCH 1/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d867018..42d2d46 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ This will give you a stable version which does not change. Updating can be done ChangeLog and Releases ====================== -You will find all releases with links which can be used in the Unity Package Manager here: https://gitlab.passervr.com/passer/unity/humanoidcontrol4_free/-/releases +You will find all releases with UnityPackages and links for the Unity Package Manager in the [Releases](https://gitlab.passervr.com/passer/unity/humanoidcontrol4_free/-/releases) Documentation ============= From 3596f0067ee0d355d96a9efb1397ccffbe9fca26 Mon Sep 17 00:00:00 2001 From: Pascal Serrarens Date: Wed, 16 Feb 2022 16:33:28 +0000 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 42d2d46..8a68845 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ Installation ============ -Import this package in Unity directlywith the Package Manager git package importer +Import this 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) From a24c86db3f45632e4e50d87304e2ae4f96e6f557 Mon Sep 17 00:00:00 2001 From: Pascal Serrarens Date: Wed, 16 Feb 2022 16:40:15 +0000 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8a68845..ba3d8ca 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Import this package in Unity directly with the Package Manager git package impor 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://http://gitlab.passervr.com/passer/unity/humanoidcontrol4_free.git) -In this way you can always retrieve the latest version by pressing the Update button in the Package Manager. +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:http://gitlab.passervr.com/passer/unity/humanoidcontrol4_free.git#4.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.