|
|
@ -1,9 +1,11 @@ |
|
|
|
{ |
|
|
|
"dependencies": { |
|
|
|
"com.jreason.scriptablevariables": "0.2.0", |
|
|
|
"com.unity.collab-proxy": "1.3.9", |
|
|
|
"com.unity.ide.rider": "1.2.1", |
|
|
|
"com.unity.ide.visualstudio": "2.0.5", |
|
|
|
"com.unity.ide.vscode": "1.2.3", |
|
|
|
"com.unity.inputsystem": "1.0.2", |
|
|
|
"com.unity.probuilder": "4.4.0", |
|
|
|
"com.unity.render-pipelines.universal": "8.3.1", |
|
|
|
"com.unity.test-framework": "1.1.19", |
|
|
@ -41,5 +43,14 @@ |
|
|
|
"com.unity.modules.vr": "1.0.0", |
|
|
|
"com.unity.modules.wind": "1.0.0", |
|
|
|
"com.unity.modules.xr": "1.0.0" |
|
|
|
} |
|
|
|
}, |
|
|
|
"scopedRegistries": [ |
|
|
|
{ |
|
|
|
"name": "Open UPM", |
|
|
|
"url": "https://package.openupm.com", |
|
|
|
"scopes": [ |
|
|
|
"com.jreason.scriptablevariables" |
|
|
|
] |
|
|
|
} |
|
|
|
] |
|
|
|
} |