Skip to content

Commit f267463

Browse files
committed
fixed package path (it was not found by unity after pulling the project with symlink)
1 parent f05e959 commit f267463

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

MainProject/Packages/manifest.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"dependencies": {
3+
"com.de-panther.webxr" : "file:../../Packages/webxr",
34
"com.unity.ide.rider": "2.0.5",
45
"com.unity.ide.vscode": "1.2.1",
56
"com.unity.test-framework": "1.1.16",

MainProject/Packages/packages-lock.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"dependencies": {
33
"com.de-panther.webxr": {
4-
"version": "file:webxr",
4+
"version": "file:../../Packages/webxr",
55
"depth": 0,
6-
"source": "embedded",
6+
"source": "local",
77
"dependencies": {}
88
},
99
"com.unity.ext.nunit": {

MainProject/Packages/webxr

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)