mirror of
https://github.com/Cardidi/ca2d-unity-toolkit.git
synced 2025-12-20 01:06:03 +08:00
Add support to UPM
This commit is contained in:
parent
0315862527
commit
c8da04ba79
@ -1,3 +0,0 @@
|
||||
fileFormatVersion: 2
|
||||
guid: a8d073c88a23467ebdf920336337af61
|
||||
timeCreated: 1712972373
|
||||
14
Assets/package.json
Normal file
14
Assets/package.json
Normal file
@ -0,0 +1,14 @@
|
||||
{
|
||||
"name": "xyz.ca2didi.unity.toolkit",
|
||||
"version": "0.1.0",
|
||||
"displayName": "Ca2D Toolkit",
|
||||
"description": "Set of toolkits which can boost your develop experience and speed in Unity.",
|
||||
"unity": "2021.3",
|
||||
"author": {
|
||||
"name": "ca2didi",
|
||||
"url": "https://ca2didi.xyz"
|
||||
},
|
||||
"dependencies": {
|
||||
"com.cysharp.unitask": "2.5.4"
|
||||
}
|
||||
}
|
||||
3
Assets/package.json.meta
Normal file
3
Assets/package.json.meta
Normal file
@ -0,0 +1,3 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 3737d91884e1455b91ac7b1bb590e4a9
|
||||
timeCreated: 1719144227
|
||||
@ -1,18 +1,18 @@
|
||||
{
|
||||
"dependencies": {
|
||||
"com.cysharp.unitask": "2.5.4",
|
||||
"com.unity.addressables": "1.21.20",
|
||||
"com.unity.addressables": "1.21.21",
|
||||
"com.unity.collab-proxy": "2.3.1",
|
||||
"com.unity.feature.2d": "2.0.0",
|
||||
"com.unity.feature.2d": "2.0.1",
|
||||
"com.unity.ide.rider": "3.0.28",
|
||||
"com.unity.ide.visualstudio": "2.0.22",
|
||||
"com.unity.render-pipelines.universal": "14.0.10",
|
||||
"com.unity.render-pipelines.universal": "14.0.11",
|
||||
"com.unity.test-framework": "1.1.33",
|
||||
"com.unity.textmeshpro": "3.0.6",
|
||||
"com.unity.timeline": "1.7.6",
|
||||
"com.unity.toolchain.linux-x86_64": "2.0.6",
|
||||
"com.unity.ugui": "1.0.0",
|
||||
"com.unity.visualscripting": "1.9.2",
|
||||
"com.unity.visualscripting": "1.9.4",
|
||||
"com.unity.modules.ai": "1.0.0",
|
||||
"com.unity.modules.androidjni": "1.0.0",
|
||||
"com.unity.modules.animation": "1.0.0",
|
||||
@ -47,8 +47,8 @@
|
||||
},
|
||||
"scopedRegistries": [
|
||||
{
|
||||
"name": "package.openupm.cn",
|
||||
"url": "https://package.openupm.cn",
|
||||
"name": "package.openupm.com",
|
||||
"url": "https://package.openupm.com",
|
||||
"scopes": [
|
||||
"com.cysharp.r3",
|
||||
"com.cysharp.unitask"
|
||||
|
||||
@ -5,10 +5,10 @@
|
||||
"depth": 0,
|
||||
"source": "registry",
|
||||
"dependencies": {},
|
||||
"url": "https://package.openupm.cn"
|
||||
"url": "https://package.openupm.com"
|
||||
},
|
||||
"com.unity.2d.animation": {
|
||||
"version": "9.1.0",
|
||||
"version": "9.1.1",
|
||||
"depth": 1,
|
||||
"source": "registry",
|
||||
"dependencies": {
|
||||
@ -21,7 +21,7 @@
|
||||
"url": "https://packages.unity.com"
|
||||
},
|
||||
"com.unity.2d.aseprite": {
|
||||
"version": "1.1.2",
|
||||
"version": "1.1.4",
|
||||
"depth": 1,
|
||||
"source": "registry",
|
||||
"dependencies": {
|
||||
@ -53,11 +53,11 @@
|
||||
"url": "https://packages.unity.com"
|
||||
},
|
||||
"com.unity.2d.psdimporter": {
|
||||
"version": "8.0.4",
|
||||
"version": "8.0.5",
|
||||
"depth": 1,
|
||||
"source": "registry",
|
||||
"dependencies": {
|
||||
"com.unity.2d.animation": "9.1.0",
|
||||
"com.unity.2d.animation": "9.1.1",
|
||||
"com.unity.2d.common": "8.0.2",
|
||||
"com.unity.2d.sprite": "1.0.0"
|
||||
},
|
||||
@ -70,12 +70,12 @@
|
||||
"dependencies": {}
|
||||
},
|
||||
"com.unity.2d.spriteshape": {
|
||||
"version": "9.0.2",
|
||||
"version": "9.0.3",
|
||||
"depth": 1,
|
||||
"source": "registry",
|
||||
"dependencies": {
|
||||
"com.unity.mathematics": "1.1.0",
|
||||
"com.unity.2d.common": "8.0.1",
|
||||
"com.unity.2d.common": "8.0.2",
|
||||
"com.unity.modules.physics2d": "1.0.0"
|
||||
},
|
||||
"url": "https://packages.unity.com"
|
||||
@ -102,11 +102,11 @@
|
||||
"url": "https://packages.unity.com"
|
||||
},
|
||||
"com.unity.addressables": {
|
||||
"version": "1.21.20",
|
||||
"version": "1.21.21",
|
||||
"depth": 0,
|
||||
"source": "registry",
|
||||
"dependencies": {
|
||||
"com.unity.scriptablebuildpipeline": "1.21.22",
|
||||
"com.unity.scriptablebuildpipeline": "1.21.23",
|
||||
"com.unity.modules.assetbundle": "1.0.0",
|
||||
"com.unity.modules.imageconversion": "1.0.0",
|
||||
"com.unity.modules.jsonserialize": "1.0.0",
|
||||
@ -116,7 +116,7 @@
|
||||
"url": "https://packages.unity.com"
|
||||
},
|
||||
"com.unity.burst": {
|
||||
"version": "1.8.13",
|
||||
"version": "1.8.15",
|
||||
"depth": 1,
|
||||
"source": "registry",
|
||||
"dependencies": {
|
||||
@ -150,18 +150,18 @@
|
||||
"url": "https://packages.unity.com"
|
||||
},
|
||||
"com.unity.feature.2d": {
|
||||
"version": "2.0.0",
|
||||
"version": "2.0.1",
|
||||
"depth": 0,
|
||||
"source": "builtin",
|
||||
"dependencies": {
|
||||
"com.unity.2d.animation": "9.1.0",
|
||||
"com.unity.2d.animation": "9.1.1",
|
||||
"com.unity.2d.pixel-perfect": "5.0.3",
|
||||
"com.unity.2d.psdimporter": "8.0.4",
|
||||
"com.unity.2d.psdimporter": "8.0.5",
|
||||
"com.unity.2d.sprite": "1.0.0",
|
||||
"com.unity.2d.spriteshape": "9.0.2",
|
||||
"com.unity.2d.spriteshape": "9.0.3",
|
||||
"com.unity.2d.tilemap": "1.0.0",
|
||||
"com.unity.2d.tilemap.extras": "3.1.2",
|
||||
"com.unity.2d.aseprite": "1.1.2"
|
||||
"com.unity.2d.aseprite": "1.1.4"
|
||||
}
|
||||
},
|
||||
"com.unity.ide.rider": {
|
||||
@ -190,7 +190,7 @@
|
||||
"url": "https://packages.unity.com"
|
||||
},
|
||||
"com.unity.render-pipelines.core": {
|
||||
"version": "14.0.10",
|
||||
"version": "14.0.11",
|
||||
"depth": 1,
|
||||
"source": "builtin",
|
||||
"dependencies": {
|
||||
@ -201,27 +201,27 @@
|
||||
}
|
||||
},
|
||||
"com.unity.render-pipelines.universal": {
|
||||
"version": "14.0.10",
|
||||
"version": "14.0.11",
|
||||
"depth": 0,
|
||||
"source": "builtin",
|
||||
"dependencies": {
|
||||
"com.unity.mathematics": "1.2.1",
|
||||
"com.unity.burst": "1.8.9",
|
||||
"com.unity.render-pipelines.core": "14.0.10",
|
||||
"com.unity.shadergraph": "14.0.10",
|
||||
"com.unity.render-pipelines.core": "14.0.11",
|
||||
"com.unity.shadergraph": "14.0.11",
|
||||
"com.unity.render-pipelines.universal-config": "14.0.9"
|
||||
}
|
||||
},
|
||||
"com.unity.render-pipelines.universal-config": {
|
||||
"version": "14.0.9",
|
||||
"version": "14.0.10",
|
||||
"depth": 1,
|
||||
"source": "builtin",
|
||||
"dependencies": {
|
||||
"com.unity.render-pipelines.core": "14.0.9"
|
||||
"com.unity.render-pipelines.core": "14.0.10"
|
||||
}
|
||||
},
|
||||
"com.unity.scriptablebuildpipeline": {
|
||||
"version": "1.21.22",
|
||||
"version": "1.21.23",
|
||||
"depth": 1,
|
||||
"source": "registry",
|
||||
"dependencies": {},
|
||||
@ -235,11 +235,11 @@
|
||||
"url": "https://packages.unity.com"
|
||||
},
|
||||
"com.unity.shadergraph": {
|
||||
"version": "14.0.10",
|
||||
"version": "14.0.11",
|
||||
"depth": 1,
|
||||
"source": "builtin",
|
||||
"dependencies": {
|
||||
"com.unity.render-pipelines.core": "14.0.10",
|
||||
"com.unity.render-pipelines.core": "14.0.11",
|
||||
"com.unity.searcher": "4.9.2"
|
||||
}
|
||||
},
|
||||
@ -311,7 +311,7 @@
|
||||
}
|
||||
},
|
||||
"com.unity.visualscripting": {
|
||||
"version": "1.9.2",
|
||||
"version": "1.9.4",
|
||||
"depth": 0,
|
||||
"source": "registry",
|
||||
"dependencies": {
|
||||
|
||||
@ -26,20 +26,20 @@ MonoBehaviour:
|
||||
m_IsDefault: 1
|
||||
m_Capabilities: 7
|
||||
m_ConfigSource: 0
|
||||
- m_Id: scoped:project:package.openupm.cn
|
||||
m_Name: package.openupm.cn
|
||||
m_Url: https://package.openupm.cn
|
||||
- m_Id: scoped:project:package.openupm.com
|
||||
m_Name: package.openupm.com
|
||||
m_Url: https://package.openupm.com
|
||||
m_Scopes:
|
||||
- com.cysharp.r3
|
||||
- com.cysharp.unitask
|
||||
m_IsDefault: 0
|
||||
m_Capabilities: 0
|
||||
m_ConfigSource: 4
|
||||
m_UserSelectedRegistryName: package.openupm.cn
|
||||
m_UserSelectedRegistryName: package.openupm.com
|
||||
m_UserAddingNewScopedRegistry: 0
|
||||
m_RegistryInfoDraft:
|
||||
m_Modified: 0
|
||||
m_ErrorMessage:
|
||||
m_UserModificationsInstanceId: -838
|
||||
m_OriginalInstanceId: -840
|
||||
m_UserModificationsInstanceId: -852
|
||||
m_OriginalInstanceId: -856
|
||||
m_LoadAssets: 0
|
||||
|
||||
@ -1,2 +1,2 @@
|
||||
m_EditorVersion: 2022.3.24f1
|
||||
m_EditorVersionWithRevision: 2022.3.24f1 (334eb2a0b267)
|
||||
m_EditorVersion: 2022.3.34f1
|
||||
m_EditorVersionWithRevision: 2022.3.34f1 (4886f5360533)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user