From ebfe149ebd01238bdf650e117e0eb31d88768071 Mon Sep 17 00:00:00 2001 From: Pascal Serrarens Date: Wed, 12 Jan 2022 10:26:17 +0000 Subject: [PATCH 1/3] Add README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..4c49afd --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +Documentation +============= +See [PasserVR HumanoidControl Documentation](https://passervr.com/apis/HumanoidControl/Unity/index.html) + +Installation +============ +Import it in unity with the git package importer + From 8d5af1679f028ba952872de059f9367e3b88fae4 Mon Sep 17 00:00:00 2001 From: Pascal Serrarens Date: Wed, 12 Jan 2022 10:32:49 +0000 Subject: [PATCH 2/3] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 4c49afd..a77e741 100644 --- a/README.md +++ b/README.md @@ -6,3 +6,8 @@ Installation ============ Import it in unity with the git package importer +See [Unity: Installing from a Git URL](https://docs.unity3d.com/Manual/upm-ui-giturl.html) + +Use the link from Clone-HTTP (for example: https://http://gitlab.passervr.com/passer/unity/humanoidcontrol4_free.git) + +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. From 8db901b500c18642d44d5a70a548cadf7c9a2a6f Mon Sep 17 00:00:00 2001 From: Pascal Serrarens Date: Wed, 12 Jan 2022 10:33:21 +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 a77e741..9db72cd 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,6 @@ Import it in unity with the git package importer See [Unity: Installing from a Git URL](https://docs.unity3d.com/Manual/upm-ui-giturl.html) -Use the link from Clone-HTTP (for example: https://http://gitlab.passervr.com/passer/unity/humanoidcontrol4_free.git) +Use the link from 'Clone with HTTP' (for example: https://http://gitlab.passervr.com/passer/unity/humanoidcontrol4_free.git) 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.