diff --git a/.gitmodules b/.gitmodules index 33a218feea88a69725fc267c7c107c4a6b797ee5..a49babd763ba692ced0e3ef95f7b895a14896c13 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "Assets/Plugins/JsonSubTypes"] path = Assets/Plugins/JsonSubTypes url = https://github.com/manuc66/JsonSubTypes +[submodule "Packages/bessw.unity.webview"] + path = Packages/bessw.unity.webview + url = https://gl.kwarc.info/FrameIT/unity-webview.git diff --git a/Packages/bessw.unity.webview b/Packages/bessw.unity.webview new file mode 160000 index 0000000000000000000000000000000000000000..c49f768b41a3caf0541fcdbfa0d65b74c7e63a4f --- /dev/null +++ b/Packages/bessw.unity.webview @@ -0,0 +1 @@ +Subproject commit c49f768b41a3caf0541fcdbfa0d65b74c7e63a4f diff --git a/Packages/manifest.json b/Packages/manifest.json index c1cd150eab1f73abe4571a2ec1471b70f0eb3c17..2ea77ed2175bbce93eb2779feb3d7832e15c5ada 100644 --- a/Packages/manifest.json +++ b/Packages/manifest.json @@ -1,6 +1,5 @@ { "dependencies": { - "bessw.unity.webview": "https://gl.kwarc.info/FrameIT/unity-webview.git", "com.github-glitchenzo.nugetforunity": "https://github.com/GlitchEnzo/NuGetForUnity.git?path=/src/NuGetForUnity", "com.unity.2d.sprite": "1.0.0", "com.unity.2d.tilemap": "1.0.0", diff --git a/Packages/packages-lock.json b/Packages/packages-lock.json index 1addb61591a62850d9792ad1bccd88616c6b916f..339a6304c6f32a083fd1b546b57dde5d7467bd13 100644 --- a/Packages/packages-lock.json +++ b/Packages/packages-lock.json @@ -1,11 +1,10 @@ { "dependencies": { "bessw.unity.webview": { - "version": "https://gl.kwarc.info/FrameIT/unity-webview.git", + "version": "file:bessw.unity.webview", "depth": 0, - "source": "git", - "dependencies": {}, - "hash": "7d6373282087b3434bc6e25a82ee2074b673ac5b" + "source": "embedded", + "dependencies": {} }, "com.github-glitchenzo.nugetforunity": { "version": "https://github.com/GlitchEnzo/NuGetForUnity.git?path=/src/NuGetForUnity",