【rider】更新插件
parent
bdd2e2da50
commit
adb568478b
|
|
@ -2,6 +2,7 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"com.code-philosophy.hybridclr": "http://1.14.122.170:3000/PHXH/hybridclr_unity.git",
|
"com.code-philosophy.hybridclr": "http://1.14.122.170:3000/PHXH/hybridclr_unity.git",
|
||||||
"com.cysharp.unitask": "http://1.14.122.170:3000/PHXH/UniTask.git?path=src/UniTask/Assets/Plugins/UniTask",
|
"com.cysharp.unitask": "http://1.14.122.170:3000/PHXH/UniTask.git?path=src/UniTask/Assets/Plugins/UniTask",
|
||||||
|
"com.google.external-dependency-manager": "1.2.179",
|
||||||
"com.leancloud.realtime": "http://1.14.122.170:3000/PHXH/csharp-sdk-upm.git#realtime-1.0.2",
|
"com.leancloud.realtime": "http://1.14.122.170:3000/PHXH/csharp-sdk-upm.git#realtime-1.0.2",
|
||||||
"com.leancloud.storage": "http://1.14.122.170:3000/PHXH/csharp-sdk-upm.git#storage-1.0.2",
|
"com.leancloud.storage": "http://1.14.122.170:3000/PHXH/csharp-sdk-upm.git#storage-1.0.2",
|
||||||
"com.unity.2d.sprite": "1.0.0",
|
"com.unity.2d.sprite": "1.0.0",
|
||||||
|
|
@ -9,7 +10,7 @@
|
||||||
"com.unity.burst": "1.8.9",
|
"com.unity.burst": "1.8.9",
|
||||||
"com.unity.collections": "2.2.0",
|
"com.unity.collections": "2.2.0",
|
||||||
"com.unity.device-simulator.devices": "1.0.0",
|
"com.unity.device-simulator.devices": "1.0.0",
|
||||||
"com.unity.ide.rider": "3.0.31",
|
"com.unity.ide.rider": "3.0.34",
|
||||||
"com.unity.ide.visualstudio": "2.0.22",
|
"com.unity.ide.visualstudio": "2.0.22",
|
||||||
"com.unity.ide.vscode": "1.2.5",
|
"com.unity.ide.vscode": "1.2.5",
|
||||||
"com.unity.inputsystem": "1.7.0",
|
"com.unity.inputsystem": "1.7.0",
|
||||||
|
|
@ -56,16 +57,15 @@
|
||||||
"com.unity.modules.video": "1.0.0",
|
"com.unity.modules.video": "1.0.0",
|
||||||
"com.unity.modules.vr": "1.0.0",
|
"com.unity.modules.vr": "1.0.0",
|
||||||
"com.unity.modules.wind": "1.0.0",
|
"com.unity.modules.wind": "1.0.0",
|
||||||
"com.unity.modules.xr": "1.0.0",
|
"com.unity.modules.xr": "1.0.0"
|
||||||
"com.google.external-dependency-manager": "1.2.179"
|
|
||||||
},
|
},
|
||||||
"scopedRegistries": [
|
"scopedRegistries": [
|
||||||
{
|
{
|
||||||
"name": "package.openupm.com",
|
"name": "package.openupm.com",
|
||||||
"url": "https://package.openupm.com",
|
"url": "https://package.openupm.com",
|
||||||
"scopes": [
|
"scopes": [
|
||||||
"com.google.external-dependency-manager"
|
"com.google.external-dependency-manager"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue