Skip to content

Commit 7923861

Browse files
committed
Project Upgrade to 2021.3.0f1
1 parent 479c7db commit 7923861

File tree

5 files changed

+105
-42
lines changed

5 files changed

+105
-42
lines changed

Packages/manifest.json

+13-13
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,19 @@
11
{
22
"dependencies": {
3-
"com.unity.2d.animation": "5.0.3",
4-
"com.unity.2d.pixel-perfect": "4.0.1",
5-
"com.unity.2d.psdimporter": "4.0.2",
3+
"com.neuecc.unirx": "https://github.com/neuecc/UniRx.git?path=Assets/Plugins/UniRx/Scripts",
4+
"com.unity.2d.animation": "7.0.4",
5+
"com.unity.2d.pixel-perfect": "5.0.1",
6+
"com.unity.2d.psdimporter": "6.0.3",
67
"com.unity.2d.sprite": "1.0.0",
7-
"com.unity.2d.spriteshape": "5.1.0",
8+
"com.unity.2d.spriteshape": "7.0.4",
89
"com.unity.2d.tilemap": "1.0.0",
9-
"com.unity.collab-proxy": "1.3.9",
10-
"com.unity.ide.rider": "2.0.7",
11-
"com.unity.ide.visualstudio": "2.0.5",
12-
"com.unity.ide.vscode": "1.2.3",
13-
"com.unity.test-framework": "1.1.19",
14-
"com.unity.textmeshpro": "3.0.1",
15-
"com.unity.timeline": "1.3.4",
10+
"com.unity.collab-proxy": "1.15.15",
11+
"com.unity.ide.rider": "3.0.13",
12+
"com.unity.ide.visualstudio": "2.0.14",
13+
"com.unity.ide.vscode": "1.2.5",
14+
"com.unity.test-framework": "1.1.31",
15+
"com.unity.textmeshpro": "3.0.6",
16+
"com.unity.timeline": "1.6.4",
1617
"com.unity.ugui": "1.0.0",
1718
"com.unity.modules.ai": "1.0.0",
1819
"com.unity.modules.androidjni": "1.0.0",
@@ -44,7 +45,6 @@
4445
"com.unity.modules.video": "1.0.0",
4546
"com.unity.modules.vr": "1.0.0",
4647
"com.unity.modules.wind": "1.0.0",
47-
"com.unity.modules.xr": "1.0.0",
48-
"com.neuecc.unirx": "https://github.com/neuecc/UniRx.git?path=Assets/Plugins/UniRx/Scripts"
48+
"com.unity.modules.xr": "1.0.0"
4949
}
5050
}

Packages/packages-lock.json

+55-27
Original file line numberDiff line numberDiff line change
@@ -8,49 +8,50 @@
88
"hash": "284d5c50d3f1ddd9fa7df3d382ea904732a9c2ff"
99
},
1010
"com.unity.2d.animation": {
11-
"version": "5.0.3",
11+
"version": "7.0.4",
1212
"depth": 0,
1313
"source": "registry",
1414
"dependencies": {
15-
"com.unity.2d.common": "4.0.3",
16-
"com.unity.mathematics": "1.1.0",
15+
"com.unity.2d.common": "6.0.3",
1716
"com.unity.2d.sprite": "1.0.0",
1817
"com.unity.modules.animation": "1.0.0",
1918
"com.unity.modules.uielements": "1.0.0"
2019
},
2120
"url": "https://packages.unity.com"
2221
},
2322
"com.unity.2d.common": {
24-
"version": "4.0.3",
23+
"version": "6.0.3",
2524
"depth": 1,
2625
"source": "registry",
2726
"dependencies": {
2827
"com.unity.2d.sprite": "1.0.0",
29-
"com.unity.modules.uielements": "1.0.0"
28+
"com.unity.mathematics": "1.1.0",
29+
"com.unity.modules.uielements": "1.0.0",
30+
"com.unity.burst": "1.5.1"
3031
},
3132
"url": "https://packages.unity.com"
3233
},
3334
"com.unity.2d.path": {
34-
"version": "4.0.1",
35+
"version": "5.0.2",
3536
"depth": 1,
3637
"source": "registry",
3738
"dependencies": {},
3839
"url": "https://packages.unity.com"
3940
},
4041
"com.unity.2d.pixel-perfect": {
41-
"version": "4.0.1",
42+
"version": "5.0.1",
4243
"depth": 0,
4344
"source": "registry",
4445
"dependencies": {},
4546
"url": "https://packages.unity.com"
4647
},
4748
"com.unity.2d.psdimporter": {
48-
"version": "4.0.2",
49+
"version": "6.0.3",
4950
"depth": 0,
5051
"source": "registry",
5152
"dependencies": {
52-
"com.unity.2d.common": "4.0.2",
53-
"com.unity.2d.animation": "5.0.2",
53+
"com.unity.2d.animation": "7.0.4",
54+
"com.unity.2d.common": "6.0.3",
5455
"com.unity.2d.sprite": "1.0.0"
5556
},
5657
"url": "https://packages.unity.com"
@@ -62,13 +63,13 @@
6263
"dependencies": {}
6364
},
6465
"com.unity.2d.spriteshape": {
65-
"version": "5.1.0",
66+
"version": "7.0.4",
6667
"depth": 0,
6768
"source": "registry",
6869
"dependencies": {
6970
"com.unity.mathematics": "1.1.0",
70-
"com.unity.2d.common": "4.0.3",
71-
"com.unity.2d.path": "4.0.1",
71+
"com.unity.2d.common": "6.0.3",
72+
"com.unity.2d.path": "5.0.2",
7273
"com.unity.modules.physics2d": "1.0.0"
7374
},
7475
"url": "https://packages.unity.com"
@@ -79,63 +80,85 @@
7980
"source": "builtin",
8081
"dependencies": {}
8182
},
83+
"com.unity.burst": {
84+
"version": "1.6.5",
85+
"depth": 2,
86+
"source": "registry",
87+
"dependencies": {
88+
"com.unity.mathematics": "1.2.1"
89+
},
90+
"url": "https://packages.unity.com"
91+
},
8292
"com.unity.collab-proxy": {
83-
"version": "1.3.9",
93+
"version": "1.15.15",
8494
"depth": 0,
8595
"source": "registry",
86-
"dependencies": {},
96+
"dependencies": {
97+
"com.unity.services.core": "1.0.1"
98+
},
8799
"url": "https://packages.unity.com"
88100
},
89101
"com.unity.ext.nunit": {
90-
"version": "1.0.5",
102+
"version": "1.0.6",
91103
"depth": 1,
92104
"source": "registry",
93105
"dependencies": {},
94106
"url": "https://packages.unity.com"
95107
},
96108
"com.unity.ide.rider": {
97-
"version": "2.0.7",
109+
"version": "3.0.13",
98110
"depth": 0,
99111
"source": "registry",
100112
"dependencies": {
101-
"com.unity.test-framework": "1.1.1"
113+
"com.unity.ext.nunit": "1.0.6"
102114
},
103115
"url": "https://packages.unity.com"
104116
},
105117
"com.unity.ide.visualstudio": {
106-
"version": "2.0.5",
118+
"version": "2.0.14",
107119
"depth": 0,
108120
"source": "registry",
109-
"dependencies": {},
121+
"dependencies": {
122+
"com.unity.test-framework": "1.1.9"
123+
},
110124
"url": "https://packages.unity.com"
111125
},
112126
"com.unity.ide.vscode": {
113-
"version": "1.2.3",
127+
"version": "1.2.5",
114128
"depth": 0,
115129
"source": "registry",
116130
"dependencies": {},
117131
"url": "https://packages.unity.com"
118132
},
119133
"com.unity.mathematics": {
120-
"version": "1.1.0",
134+
"version": "1.2.5",
121135
"depth": 1,
122136
"source": "registry",
123137
"dependencies": {},
124138
"url": "https://packages.unity.com"
125139
},
140+
"com.unity.services.core": {
141+
"version": "1.0.1",
142+
"depth": 1,
143+
"source": "registry",
144+
"dependencies": {
145+
"com.unity.modules.unitywebrequest": "1.0.0"
146+
},
147+
"url": "https://packages.unity.com"
148+
},
126149
"com.unity.test-framework": {
127-
"version": "1.1.19",
150+
"version": "1.1.31",
128151
"depth": 0,
129152
"source": "registry",
130153
"dependencies": {
131-
"com.unity.ext.nunit": "1.0.5",
154+
"com.unity.ext.nunit": "1.0.6",
132155
"com.unity.modules.imgui": "1.0.0",
133156
"com.unity.modules.jsonserialize": "1.0.0"
134157
},
135158
"url": "https://packages.unity.com"
136159
},
137160
"com.unity.textmeshpro": {
138-
"version": "3.0.1",
161+
"version": "3.0.6",
139162
"depth": 0,
140163
"source": "registry",
141164
"dependencies": {
@@ -144,10 +167,15 @@
144167
"url": "https://packages.unity.com"
145168
},
146169
"com.unity.timeline": {
147-
"version": "1.3.4",
170+
"version": "1.6.4",
148171
"depth": 0,
149172
"source": "registry",
150-
"dependencies": {},
173+
"dependencies": {
174+
"com.unity.modules.director": "1.0.0",
175+
"com.unity.modules.animation": "1.0.0",
176+
"com.unity.modules.audio": "1.0.0",
177+
"com.unity.modules.particlesystem": "1.0.0"
178+
},
151179
"url": "https://packages.unity.com"
152180
},
153181
"com.unity.ugui": {

ProjectSettings/MemorySettings.asset

+35
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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
m_EditorVersion: 2020.2.0f1
2-
m_EditorVersionWithRevision: 2020.2.0f1 (3721df5a8b28)
1+
m_EditorVersion: 2021.3.0f1
2+
m_EditorVersionWithRevision: 2021.3.0f1 (6eacc8284459)

ProjectSettings/boot.config

Whitespace-only changes.

0 commit comments

Comments
 (0)