From 3cb3d4875f7f838ad10783ba4a435b56bc29e3b3 Mon Sep 17 00:00:00 2001 From: Sylvain Renault Date: Wed, 27 Apr 2022 14:22:05 +0200 Subject: [PATCH] Correct the package path. --- Packages/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Packages/manifest.json b/Packages/manifest.json index cead4b0..86d3520 100644 --- a/Packages/manifest.json +++ b/Packages/manifest.json @@ -8,7 +8,7 @@ "com.unity.textmeshpro": "3.0.4", "com.unity.timeline": "1.4.7", "com.unity.ugui": "1.0.0", - "etsi.isg.arf.worldstorage": "file:../unity-world-storage-package", + "etsi.isg.arf.worldstorage": "file:./unity-world-storage-package", "com.unity.modules.ai": "1.0.0", "com.unity.modules.androidjni": "1.0.0", "com.unity.modules.animation": "1.0.0", -- GitLab