Skip to content
Snippets Groups Projects
Commit f9515570 authored by Sylvain Renault's avatar Sylvain Renault
Browse files

Version using the world storage plugin (package) as a submodule.

parent 1a480b40
No related branches found
No related tags found
2 merge requests!2Major structural and design changes on GUI, classes, parameters...,!1Feature/with submodule
[submodule "Packages/unity-world-storage-package"]
path = Packages/unity-world-storage-package
url = https://labs.etsi.org/rep/arf/world-storage-api-helpers/unity-world-storage-package.git
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
"com.unity.textmeshpro": "3.0.4", "com.unity.textmeshpro": "3.0.4",
"com.unity.timeline": "1.4.7", "com.unity.timeline": "1.4.7",
"com.unity.ugui": "1.0.0", "com.unity.ugui": "1.0.0",
"etsi.isg.arf.worldstorage": "file:D:/Fraunhofer/Projects/ETSI/ETSI Labs-STF/unity-world-storage-package", "etsi.isg.arf.worldstorage": "file:../unity-world-storage-package",
"com.unity.modules.ai": "1.0.0", "com.unity.modules.ai": "1.0.0",
"com.unity.modules.androidjni": "1.0.0", "com.unity.modules.androidjni": "1.0.0",
"com.unity.modules.animation": "1.0.0", "com.unity.modules.animation": "1.0.0",
......
...@@ -81,9 +81,9 @@ ...@@ -81,9 +81,9 @@
} }
}, },
"etsi.isg.arf.worldstorage": { "etsi.isg.arf.worldstorage": {
"version": "file:D:/Fraunhofer/Projects/ETSI/ETSI Labs-STF/unity-world-storage-package", "version": "file:unity-world-storage-package",
"depth": 0, "depth": 0,
"source": "local", "source": "embedded",
"dependencies": {} "dependencies": {}
}, },
"com.unity.modules.ai": { "com.unity.modules.ai": {
......
Subproject commit 11be4ddf097238232e569513fb17d319daccacc4
...@@ -11,6 +11,9 @@ EditorUserSettings: ...@@ -11,6 +11,9 @@ EditorUserSettings:
RecentlyUsedScenePath-1: RecentlyUsedScenePath-1:
value: 224247031146467e393d256c3111795f37253e6a1b27343c29692e27edf2353fe7a717d9ce750c3f3c0cea2f4b0d0032e2060c38f50e040e515fb31b1ff6040a value: 224247031146467e393d256c3111795f37253e6a1b27343c29692e27edf2353fe7a717d9ce750c3f3c0cea2f4b0d0032e2060c38f50e040e515fb31b1ff6040a
flags: 0 flags: 0
RecentlyUsedScenePath-2:
value: 224247031146467e393d256c3111795f37253e6a1b27343c29692e27edf2353fe7a717d9ce750c3f3c0cea2f4b090e2dfe0e3a1ff9190b0c143dfc0301f3155d04cb11d103
flags: 0
vcSharedLogLevel: vcSharedLogLevel:
value: 0d5e400f0650 value: 0d5e400f0650
flags: 0 flags: 0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment