【git三方库】搬到自己的服务器
parent
5bf4968bb0
commit
43ce58f029
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"dependencies": {
|
||||
"com.code-philosophy.hybridclr": "https://gitee.com/focus-creative-games/hybridclr_unity.git",
|
||||
"com.cysharp.unitask": "https://github.com/Cysharp/UniTask.git?path=src/UniTask/Assets/Plugins/UniTask",
|
||||
"com.taptap.tds.login":"https://github.com/TapTap/TapLogin-Unity.git#3.23.0",
|
||||
"com.taptap.tds.common":"https://github.com/TapTap/TapCommon-Unity.git#3.23.0",
|
||||
"com.taptap.tds.bootstrap":"https://github.com/TapTap/TapBootstrap-Unity.git#3.23.0",
|
||||
"com.leancloud.realtime":"https://github.com/leancloud/csharp-sdk-upm.git#realtime-1.0.2",
|
||||
"com.leancloud.storage":"https://github.com/leancloud/csharp-sdk-upm.git#storage-1.0.2",
|
||||
"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.taptap.tds.login":"http://1.14.122.170:3000/PHXH/TapLogin-Unity.git#3.23.0",
|
||||
"com.taptap.tds.common":"http://1.14.122.170:3000/PHXH/TapCommon-Unity.git#3.23.0",
|
||||
"com.taptap.tds.bootstrap":"http://1.14.122.170:3000/PHXH/TapBootstrap-Unity.git#3.23.0",
|
||||
"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.unity.2d.sprite": "1.0.0",
|
||||
"com.unity.2d.tilemap": "1.0.0",
|
||||
"com.unity.addressables": "1.21.18",
|
||||
|
|
|
|||
|
|
@ -1,21 +1,21 @@
|
|||
{
|
||||
"dependencies": {
|
||||
"com.code-philosophy.hybridclr": {
|
||||
"version": "https://gitee.com/focus-creative-games/hybridclr_unity.git",
|
||||
"version": "http://1.14.122.170:3000/PHXH/hybridclr_unity.git",
|
||||
"depth": 0,
|
||||
"source": "git",
|
||||
"dependencies": {},
|
||||
"hash": "febff1c658fa9d76726f3aa25f26ec6d35c1e2e6"
|
||||
},
|
||||
"com.cysharp.unitask": {
|
||||
"version": "https://github.com/Cysharp/UniTask.git?path=src/UniTask/Assets/Plugins/UniTask",
|
||||
"version": "http://1.14.122.170:3000/PHXH/UniTask.git?path=src/UniTask/Assets/Plugins/UniTask",
|
||||
"depth": 0,
|
||||
"source": "git",
|
||||
"dependencies": {},
|
||||
"hash": "cfe509a55602ba5be6df7fa0468b10298b8a053d"
|
||||
"hash": "5cc97c7f0085624b6ef57853d70b404440060cef"
|
||||
},
|
||||
"com.leancloud.realtime": {
|
||||
"version": "https://github.com/leancloud/csharp-sdk-upm.git#realtime-1.0.2",
|
||||
"version": "http://1.14.122.170:3000/PHXH/csharp-sdk-upm.git#realtime-1.0.2",
|
||||
"depth": 0,
|
||||
"source": "git",
|
||||
"dependencies": {
|
||||
|
|
@ -24,14 +24,14 @@
|
|||
"hash": "73c70db9d89e6115776b05badb8239b655a5d212"
|
||||
},
|
||||
"com.leancloud.storage": {
|
||||
"version": "https://github.com/leancloud/csharp-sdk-upm.git#storage-1.0.2",
|
||||
"version": "http://1.14.122.170:3000/PHXH/csharp-sdk-upm.git#storage-1.0.2",
|
||||
"depth": 0,
|
||||
"source": "git",
|
||||
"dependencies": {},
|
||||
"hash": "beef2954fb0dbe2471952c34a32a5885a427ce9a"
|
||||
},
|
||||
"com.taptap.tds.bootstrap": {
|
||||
"version": "https://github.com/TapTap/TapBootstrap-Unity.git#3.23.0",
|
||||
"version": "http://1.14.122.170:3000/PHXH/TapBootstrap-Unity.git#3.23.0",
|
||||
"depth": 0,
|
||||
"source": "git",
|
||||
"dependencies": {
|
||||
|
|
@ -43,7 +43,7 @@
|
|||
"hash": "6b25a2d15293009dc2f50db283f42b498eea38c6"
|
||||
},
|
||||
"com.taptap.tds.common": {
|
||||
"version": "https://github.com/TapTap/TapCommon-Unity.git#3.23.0",
|
||||
"version": "http://1.14.122.170:3000/PHXH/TapCommon-Unity.git#3.23.0",
|
||||
"depth": 0,
|
||||
"source": "git",
|
||||
"dependencies": {
|
||||
|
|
@ -53,7 +53,7 @@
|
|||
"hash": "2d74f084c3a318d946da76e91cbc9b8255e0a864"
|
||||
},
|
||||
"com.taptap.tds.login": {
|
||||
"version": "https://github.com/TapTap/TapLogin-Unity.git#3.23.0",
|
||||
"version": "http://1.14.122.170:3000/PHXH/TapLogin-Unity.git#3.23.0",
|
||||
"depth": 0,
|
||||
"source": "git",
|
||||
"dependencies": {
|
||||
|
|
|
|||
Loading…
Reference in New Issue