Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangxu committed Feb 29, 2024
1 parent da878e8 commit fff13e7
Show file tree
Hide file tree
Showing 3 changed files with 84 additions and 18 deletions.
18 changes: 12 additions & 6 deletions CombatDesigner/Packages/manifest.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,19 @@
{
"dependencies": {
"com.unity.collab-proxy": "1.3.9",
"com.unity.2d.sprite": "1.0.0",
"com.unity.2d.tilemap": "1.0.0",
"com.unity.ads": "3.7.5",
"com.unity.analytics": "3.6.12",
"com.unity.collab-proxy": "1.15.18",
"com.unity.ide.rider": "2.0.7",
"com.unity.ide.visualstudio": "2.0.7",
"com.unity.ide.vscode": "1.2.3",
"com.unity.test-framework": "1.1.22",
"com.unity.textmeshpro": "3.0.1",
"com.unity.timeline": "1.4.6",
"com.unity.ide.visualstudio": "2.0.15",
"com.unity.ide.vscode": "1.2.5",
"com.unity.purchasing": "4.1.5",
"com.unity.test-framework": "1.1.31",
"com.unity.textmeshpro": "3.0.6",
"com.unity.timeline": "1.4.8",
"com.unity.ugui": "1.0.0",
"com.unity.xr.legacyinputhelpers": "2.1.9",
"com.unity.modules.ai": "1.0.0",
"com.unity.modules.androidjni": "1.0.0",
"com.unity.modules.animation": "1.0.0",
Expand Down
79 changes: 72 additions & 7 deletions CombatDesigner/Packages/packages-lock.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,42 @@
{
"dependencies": {
"com.unity.2d.sprite": {
"version": "1.0.0",
"depth": 0,
"source": "builtin",
"dependencies": {}
},
"com.unity.2d.tilemap": {
"version": "1.0.0",
"depth": 0,
"source": "builtin",
"dependencies": {}
},
"com.unity.ads": {
"version": "3.7.5",
"depth": 0,
"source": "registry",
"dependencies": {
"com.unity.ugui": "1.0.0"
},
"url": "https://packages.unity.cn"
},
"com.unity.analytics": {
"version": "3.6.12",
"depth": 0,
"source": "registry",
"dependencies": {
"com.unity.ugui": "1.0.0"
},
"url": "https://packages.unity.cn"
},
"com.unity.collab-proxy": {
"version": "1.3.9",
"version": "1.15.18",
"depth": 0,
"source": "registry",
"dependencies": {},
"dependencies": {
"com.unity.services.core": "1.0.1"
},
"url": "https://packages.unity.cn"
},
"com.unity.ext.nunit": {
Expand All @@ -24,7 +56,7 @@
"url": "https://packages.unity.cn"
},
"com.unity.ide.visualstudio": {
"version": "2.0.7",
"version": "2.0.15",
"depth": 0,
"source": "registry",
"dependencies": {
Expand All @@ -33,14 +65,37 @@
"url": "https://packages.unity.cn"
},
"com.unity.ide.vscode": {
"version": "1.2.3",
"version": "1.2.5",
"depth": 0,
"source": "registry",
"dependencies": {},
"url": "https://packages.unity.cn"
},
"com.unity.purchasing": {
"version": "4.1.5",
"depth": 0,
"source": "registry",
"dependencies": {
"com.unity.ugui": "1.0.0",
"com.unity.modules.unityanalytics": "1.0.0",
"com.unity.modules.unitywebrequest": "1.0.0",
"com.unity.modules.jsonserialize": "1.0.0",
"com.unity.modules.androidjni": "1.0.0",
"com.unity.services.core": "1.0.1"
},
"url": "https://packages.unity.cn"
},
"com.unity.services.core": {
"version": "1.0.1",
"depth": 1,
"source": "registry",
"dependencies": {
"com.unity.modules.unitywebrequest": "1.0.0"
},
"url": "https://packages.unity.cn"
},
"com.unity.test-framework": {
"version": "1.1.22",
"version": "1.1.31",
"depth": 0,
"source": "registry",
"dependencies": {
Expand All @@ -51,7 +106,7 @@
"url": "https://packages.unity.cn"
},
"com.unity.textmeshpro": {
"version": "3.0.1",
"version": "3.0.6",
"depth": 0,
"source": "registry",
"dependencies": {
Expand All @@ -60,7 +115,7 @@
"url": "https://packages.unity.cn"
},
"com.unity.timeline": {
"version": "1.4.6",
"version": "1.4.8",
"depth": 0,
"source": "registry",
"dependencies": {
Expand All @@ -80,6 +135,16 @@
"com.unity.modules.imgui": "1.0.0"
}
},
"com.unity.xr.legacyinputhelpers": {
"version": "2.1.9",
"depth": 0,
"source": "registry",
"dependencies": {
"com.unity.modules.vr": "1.0.0",
"com.unity.modules.xr": "1.0.0"
},
"url": "https://packages.unity.cn"
},
"com.unity.modules.ai": {
"version": "1.0.0",
"depth": 0,
Expand Down
5 changes: 0 additions & 5 deletions CombatDesigner/ProjectSettings/ProjectVersion.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,2 @@
<<<<<<< HEAD
m_EditorVersion: 2020.3.36f1c1
m_EditorVersionWithRevision: 2020.3.36f1c1 (f1b5774ca487)
=======
m_EditorVersion: 2020.2.0f1c1
m_EditorVersionWithRevision: 2020.2.0f1c1 (f2fe8b73675a)
>>>>>>> parent of 5bf0f35 (add movement animation)

0 comments on commit fff13e7

Please sign in to comment.