From f3e26cfafa30d9565027881085d3f002e8787913 Mon Sep 17 00:00:00 2001 From: Patrick Harms <patrick.harms@th-nuernberg.de> Date: Fri, 16 Sep 2022 08:18:24 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b9633c7..b987553 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ This project should be directly added as package to a Unity project. This can ei The second variant is recommended. It has been available since Unity 2020. -When cloning the package into the `Packages` folder of a Unity project which itself is a git project, then the package should be reference as git submodule. How this is done is documented in the https://git-scm.com/book/en/v2/Git-Tools-Submodules. An example project provided by the ISG ARF using this approach is available at https://labs.etsi.org/rep/arf/world-storage-api-helpers/unity-world-storage-editor. +When cloning the package into the `Packages` folder of a Unity project which itself is a git project, then the package should be referenced as git submodule. How this is done is documented in the https://git-scm.com/book/en/v2/Git-Tools-Submodules. An example project provided by the ISG ARF using this approach is available at https://labs.etsi.org/rep/arf/world-storage-api-helpers/unity-world-storage-editor. # How to update the client DLLs -- GitLab