Added Tutorial Map

This commit is contained in:
KrolMel 2022-03-26 22:45:59 +01:00
parent 9b2ef41b89
commit 3704449eef
5 changed files with 80651 additions and 151 deletions

View File

@ -8232,7 +8232,7 @@ TilemapRenderer:
m_Mode: 0
m_DetectChunkCullingBounds: 0
m_MaskInteraction: 0
--- !u!114 &4285482339142916575
--- !u!114 &7545491102055426293
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}

File diff suppressed because it is too large Load Diff

View File

@ -1,16 +1,16 @@
{
"dependencies": {
"com.unity.2d.animation": "5.0.10",
"com.unity.2d.animation": "5.1.0",
"com.unity.2d.pixel-perfect": "4.0.1",
"com.unity.2d.psdimporter": "4.1.3",
"com.unity.2d.psdimporter": "4.2.0",
"com.unity.2d.sprite": "1.0.0",
"com.unity.2d.spriteshape": "5.1.7",
"com.unity.2d.spriteshape": "5.2.0",
"com.unity.2d.tilemap": "1.0.0",
"com.unity.collab-proxy": "1.15.7",
"com.unity.collab-proxy": "1.15.13",
"com.unity.ide.rider": "2.0.7",
"com.unity.ide.visualstudio": "2.0.12",
"com.unity.ide.vscode": "1.2.4",
"com.unity.test-framework": "1.1.29",
"com.unity.ide.visualstudio": "2.0.14",
"com.unity.ide.vscode": "1.2.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",

View File

@ -1,11 +1,11 @@
{
"dependencies": {
"com.unity.2d.animation": {
"version": "5.0.10",
"version": "5.1.0",
"depth": 0,
"source": "registry",
"dependencies": {
"com.unity.2d.common": "4.0.4",
"com.unity.2d.common": "4.1.0",
"com.unity.mathematics": "1.1.0",
"com.unity.2d.sprite": "1.0.0",
"com.unity.modules.animation": "1.0.0",
@ -14,7 +14,7 @@
"url": "https://packages.unity.com"
},
"com.unity.2d.common": {
"version": "4.0.4",
"version": "4.1.0",
"depth": 1,
"source": "registry",
"dependencies": {
@ -38,12 +38,12 @@
"url": "https://packages.unity.com"
},
"com.unity.2d.psdimporter": {
"version": "4.1.3",
"version": "4.2.0",
"depth": 0,
"source": "registry",
"dependencies": {
"com.unity.2d.common": "4.0.4",
"com.unity.2d.animation": "5.0.10",
"com.unity.2d.common": "4.1.0",
"com.unity.2d.animation": "5.1.0",
"com.unity.2d.sprite": "1.0.0"
},
"url": "https://packages.unity.com"
@ -55,12 +55,12 @@
"dependencies": {}
},
"com.unity.2d.spriteshape": {
"version": "5.1.7",
"version": "5.2.0",
"depth": 0,
"source": "registry",
"dependencies": {
"com.unity.mathematics": "1.1.0",
"com.unity.2d.common": "4.0.4",
"com.unity.2d.common": "4.1.0",
"com.unity.2d.path": "4.0.2",
"com.unity.modules.physics2d": "1.0.0"
},
@ -73,11 +73,10 @@
"dependencies": {}
},
"com.unity.collab-proxy": {
"version": "1.15.7",
"version": "1.15.13",
"depth": 0,
"source": "registry",
"dependencies": {
"com.unity.nuget.newtonsoft-json": "2.0.0",
"com.unity.services.core": "1.0.1"
},
"url": "https://packages.unity.com"
@ -99,7 +98,7 @@
"url": "https://packages.unity.com"
},
"com.unity.ide.visualstudio": {
"version": "2.0.12",
"version": "2.0.14",
"depth": 0,
"source": "registry",
"dependencies": {
@ -108,7 +107,7 @@
"url": "https://packages.unity.com"
},
"com.unity.ide.vscode": {
"version": "1.2.4",
"version": "1.2.5",
"depth": 0,
"source": "registry",
"dependencies": {},
@ -121,13 +120,6 @@
"dependencies": {},
"url": "https://packages.unity.com"
},
"com.unity.nuget.newtonsoft-json": {
"version": "2.0.0",
"depth": 1,
"source": "registry",
"dependencies": {},
"url": "https://packages.unity.com"
},
"com.unity.services.core": {
"version": "1.0.1",
"depth": 1,
@ -138,7 +130,7 @@
"url": "https://packages.unity.com"
},
"com.unity.test-framework": {
"version": "1.1.29",
"version": "1.1.31",
"depth": 0,
"source": "registry",
"dependencies": {

View File

@ -1,2 +1,2 @@
m_EditorVersion: 2020.3.27f1
m_EditorVersionWithRevision: 2020.3.27f1 (e759542391ea)
m_EditorVersion: 2020.3.32f1
m_EditorVersionWithRevision: 2020.3.32f1 (12f8b0834f07)