Skip to content

Commit 6ce6377

Browse files
Fabio BarreseFabio Barrese
Fabio Barrese
authored and
Fabio Barrese
committed
Game Updated to Unity 2021.2.14f1
1 parent 6b4f099 commit 6ce6377

File tree

6 files changed

+99
-25
lines changed

6 files changed

+99
-25
lines changed

.vsconfig

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"version": "1.0",
3+
"components": [
4+
"Microsoft.VisualStudio.Workload.ManagedGame"
5+
]
6+
}

Packages/manifest.json

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
{
22
"dependencies": {
3-
"com.unity.2d.animation": "3.2.14",
4-
"com.unity.2d.pixel-perfect": "2.1.0",
3+
"com.unity.2d.animation": "7.0.3",
4+
"com.unity.2d.pixel-perfect": "5.0.1",
55
"com.unity.2d.sprite": "1.0.0",
6-
"com.unity.2d.spriteshape": "3.0.17",
6+
"com.unity.2d.spriteshape": "7.0.3",
77
"com.unity.2d.tilemap": "1.0.0",
8-
"com.unity.ide.rider": "1.2.1",
9-
"com.unity.ide.vscode": "1.2.4",
8+
"com.unity.ide.rider": "3.0.12",
9+
"com.unity.ide.visualstudio": "2.0.14",
10+
"com.unity.ide.vscode": "1.2.5",
1011
"com.unity.test-framework": "1.1.29",
11-
"com.unity.textmeshpro": "2.1.6",
12-
"com.unity.timeline": "1.2.18",
12+
"com.unity.textmeshpro": "3.0.6",
13+
"com.unity.timeline": "1.6.4",
1314
"com.unity.ugui": "1.0.0",
1415
"com.unity.modules.ai": "1.0.0",
1516
"com.unity.modules.androidjni": "1.0.0",

Packages/packages-lock.json

Lines changed: 48 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,38 @@
11
{
22
"dependencies": {
33
"com.unity.2d.animation": {
4-
"version": "3.2.14",
4+
"version": "7.0.3",
55
"depth": 0,
66
"source": "registry",
77
"dependencies": {
8-
"com.unity.2d.common": "2.1.0",
9-
"com.unity.mathematics": "1.1.0",
8+
"com.unity.2d.common": "6.0.2",
109
"com.unity.2d.sprite": "1.0.0",
1110
"com.unity.modules.animation": "1.0.0",
1211
"com.unity.modules.uielements": "1.0.0"
1312
},
1413
"url": "https://packages.unity.com"
1514
},
1615
"com.unity.2d.common": {
17-
"version": "2.1.0",
16+
"version": "6.0.2",
1817
"depth": 1,
1918
"source": "registry",
2019
"dependencies": {
2120
"com.unity.2d.sprite": "1.0.0",
22-
"com.unity.modules.uielements": "1.0.0"
21+
"com.unity.mathematics": "1.1.0",
22+
"com.unity.modules.uielements": "1.0.0",
23+
"com.unity.burst": "1.5.1"
2324
},
2425
"url": "https://packages.unity.com"
2526
},
2627
"com.unity.2d.path": {
27-
"version": "2.1.1",
28+
"version": "5.0.1",
2829
"depth": 1,
2930
"source": "registry",
3031
"dependencies": {},
3132
"url": "https://packages.unity.com"
3233
},
3334
"com.unity.2d.pixel-perfect": {
34-
"version": "2.1.0",
35+
"version": "5.0.1",
3536
"depth": 0,
3637
"source": "registry",
3738
"dependencies": {},
@@ -44,13 +45,14 @@
4445
"dependencies": {}
4546
},
4647
"com.unity.2d.spriteshape": {
47-
"version": "3.0.17",
48+
"version": "7.0.3",
4849
"depth": 0,
4950
"source": "registry",
5051
"dependencies": {
5152
"com.unity.mathematics": "1.1.0",
52-
"com.unity.2d.common": "2.1.0",
53-
"com.unity.2d.path": "2.1.1"
53+
"com.unity.2d.common": "6.0.1",
54+
"com.unity.2d.path": "5.0.1",
55+
"com.unity.modules.physics2d": "1.0.0"
5456
},
5557
"url": "https://packages.unity.com"
5658
},
@@ -60,6 +62,15 @@
6062
"source": "builtin",
6163
"dependencies": {}
6264
},
65+
"com.unity.burst": {
66+
"version": "1.6.4",
67+
"depth": 2,
68+
"source": "registry",
69+
"dependencies": {
70+
"com.unity.mathematics": "1.2.1"
71+
},
72+
"url": "https://packages.unity.com"
73+
},
6374
"com.unity.ext.nunit": {
6475
"version": "1.0.6",
6576
"depth": 1,
@@ -68,23 +79,32 @@
6879
"url": "https://packages.unity.com"
6980
},
7081
"com.unity.ide.rider": {
71-
"version": "1.2.1",
82+
"version": "3.0.12",
7283
"depth": 0,
7384
"source": "registry",
7485
"dependencies": {
75-
"com.unity.test-framework": "1.1.1"
86+
"com.unity.ext.nunit": "1.0.6"
87+
},
88+
"url": "https://packages.unity.com"
89+
},
90+
"com.unity.ide.visualstudio": {
91+
"version": "2.0.14",
92+
"depth": 0,
93+
"source": "registry",
94+
"dependencies": {
95+
"com.unity.test-framework": "1.1.9"
7696
},
7797
"url": "https://packages.unity.com"
7898
},
7999
"com.unity.ide.vscode": {
80-
"version": "1.2.4",
100+
"version": "1.2.5",
81101
"depth": 0,
82102
"source": "registry",
83103
"dependencies": {},
84104
"url": "https://packages.unity.com"
85105
},
86106
"com.unity.mathematics": {
87-
"version": "1.1.0",
107+
"version": "1.2.5",
88108
"depth": 1,
89109
"source": "registry",
90110
"dependencies": {},
@@ -102,7 +122,7 @@
102122
"url": "https://packages.unity.com"
103123
},
104124
"com.unity.textmeshpro": {
105-
"version": "2.1.6",
125+
"version": "3.0.6",
106126
"depth": 0,
107127
"source": "registry",
108128
"dependencies": {
@@ -111,7 +131,7 @@
111131
"url": "https://packages.unity.com"
112132
},
113133
"com.unity.timeline": {
114-
"version": "1.2.18",
134+
"version": "1.6.4",
115135
"depth": 0,
116136
"source": "registry",
117137
"dependencies": {
@@ -264,6 +284,18 @@
264284
"depth": 0,
265285
"source": "builtin",
266286
"dependencies": {
287+
"com.unity.modules.ui": "1.0.0",
288+
"com.unity.modules.imgui": "1.0.0",
289+
"com.unity.modules.jsonserialize": "1.0.0",
290+
"com.unity.modules.uielementsnative": "1.0.0"
291+
}
292+
},
293+
"com.unity.modules.uielementsnative": {
294+
"version": "1.0.0",
295+
"depth": 1,
296+
"source": "builtin",
297+
"dependencies": {
298+
"com.unity.modules.ui": "1.0.0",
267299
"com.unity.modules.imgui": "1.0.0",
268300
"com.unity.modules.jsonserialize": "1.0.0"
269301
}

ProjectSettings/MemorySettings.asset

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
%YAML 1.1
2+
%TAG !u! tag:unity3d.com,2011:
3+
--- !u!387306366 &1
4+
MemorySettings:
5+
m_ObjectHideFlags: 0
6+
m_EditorMemorySettings:
7+
m_MainAllocatorBlockSize: -1
8+
m_ThreadAllocatorBlockSize: -1
9+
m_MainGfxBlockSize: -1
10+
m_ThreadGfxBlockSize: -1
11+
m_CacheBlockSize: -1
12+
m_TypetreeBlockSize: -1
13+
m_ProfilerBlockSize: -1
14+
m_ProfilerEditorBlockSize: -1
15+
m_BucketAllocatorGranularity: -1
16+
m_BucketAllocatorBucketsCount: -1
17+
m_BucketAllocatorBlockSize: -1
18+
m_BucketAllocatorBlockCount: -1
19+
m_ProfilerBucketAllocatorGranularity: -1
20+
m_ProfilerBucketAllocatorBucketsCount: -1
21+
m_ProfilerBucketAllocatorBlockSize: -1
22+
m_ProfilerBucketAllocatorBlockCount: -1
23+
m_TempAllocatorSizeMain: -1
24+
m_JobTempAllocatorBlockSize: -1
25+
m_BackgroundJobTempAllocatorBlockSize: -1
26+
m_JobTempAllocatorReducedBlockSize: -1
27+
m_TempAllocatorSizeGIBakingWorker: -1
28+
m_TempAllocatorSizeNavMeshWorker: -1
29+
m_TempAllocatorSizeAudioWorker: -1
30+
m_TempAllocatorSizeCloudWorker: -1
31+
m_TempAllocatorSizeGfx: -1
32+
m_TempAllocatorSizeJobWorker: -1
33+
m_TempAllocatorSizeBackgroundWorker: -1
34+
m_TempAllocatorSizePreloadManager: -1
35+
m_PlatformMemorySettings: {}

ProjectSettings/ProjectVersion.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
m_EditorVersion: 2019.4.34f1
2-
m_EditorVersionWithRevision: 2019.4.34f1 (6a9faed444f2)
1+
m_EditorVersion: 2021.2.14f1
2+
m_EditorVersionWithRevision: 2021.2.14f1 (bcb93e5482d2)

ProjectSettings/boot.config

Whitespace-only changes.

0 commit comments

Comments
 (0)