Skip to content

Commit d42c7f1

Browse files
committed
open with unity 2022
1 parent 9f4d978 commit d42c7f1

File tree

5 files changed

+252
-78
lines changed

5 files changed

+252
-78
lines changed

Packages/manifest.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22
"dependencies": {
33
"com.tayx.graphy": "https://github.com/Tayx94/graphy.git",
44
"com.unity.2d.sprite": "1.0.0",
5-
"com.unity.collab-proxy": "1.17.2",
6-
"com.unity.device-simulator": "3.0.3-preview",
7-
"com.unity.ide.rider": "3.0.15",
8-
"com.unity.ide.visualstudio": "2.0.16",
5+
"com.unity.ai.navigation": "1.1.6",
6+
"com.unity.collab-proxy": "2.7.1",
7+
"com.unity.ide.rider": "3.0.36",
8+
"com.unity.ide.visualstudio": "2.0.22",
99
"com.unity.ide.vscode": "1.2.5",
10-
"com.unity.mobile.android-logcat": "1.3.2",
11-
"com.unity.postprocessing": "3.2.2",
12-
"com.unity.test-framework": "1.1.31",
13-
"com.unity.textmeshpro": "3.0.6",
14-
"com.unity.timeline": "1.4.8",
10+
"com.unity.mobile.android-logcat": "1.4.5",
11+
"com.unity.postprocessing": "3.4.0",
12+
"com.unity.test-framework": "1.1.33",
13+
"com.unity.textmeshpro": "3.0.7",
14+
"com.unity.timeline": "1.7.7",
1515
"com.unity.ugui": "1.0.0",
1616
"com.yasirkula.ingamedebugconsole": "https://github.com/yasirkula/UnityIngameDebugConsole.git#v1.5.8",
1717
"com.unity.modules.ai": "1.0.0",

Packages/packages-lock.json

Lines changed: 13 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,17 @@
1313
"source": "builtin",
1414
"dependencies": {}
1515
},
16-
"com.unity.collab-proxy": {
17-
"version": "1.17.2",
16+
"com.unity.ai.navigation": {
17+
"version": "1.1.6",
1818
"depth": 0,
1919
"source": "registry",
2020
"dependencies": {
21-
"com.unity.services.core": "1.0.1"
21+
"com.unity.modules.ai": "1.0.0"
2222
},
2323
"url": "https://packages.unity.com"
2424
},
25-
"com.unity.device-simulator": {
26-
"version": "3.0.3-preview",
25+
"com.unity.collab-proxy": {
26+
"version": "2.7.1",
2727
"depth": 0,
2828
"source": "registry",
2929
"dependencies": {},
@@ -37,7 +37,7 @@
3737
"url": "https://packages.unity.com"
3838
},
3939
"com.unity.ide.rider": {
40-
"version": "3.0.15",
40+
"version": "3.0.36",
4141
"depth": 0,
4242
"source": "registry",
4343
"dependencies": {
@@ -46,7 +46,7 @@
4646
"url": "https://packages.unity.com"
4747
},
4848
"com.unity.ide.visualstudio": {
49-
"version": "2.0.16",
49+
"version": "2.0.22",
5050
"depth": 0,
5151
"source": "registry",
5252
"dependencies": {
@@ -62,32 +62,23 @@
6262
"url": "https://packages.unity.com"
6363
},
6464
"com.unity.mobile.android-logcat": {
65-
"version": "1.3.2",
65+
"version": "1.4.5",
6666
"depth": 0,
6767
"source": "registry",
6868
"dependencies": {},
6969
"url": "https://packages.unity.com"
7070
},
7171
"com.unity.postprocessing": {
72-
"version": "3.2.2",
72+
"version": "3.4.0",
7373
"depth": 0,
7474
"source": "registry",
7575
"dependencies": {
7676
"com.unity.modules.physics": "1.0.0"
7777
},
7878
"url": "https://packages.unity.com"
7979
},
80-
"com.unity.services.core": {
81-
"version": "1.0.1",
82-
"depth": 1,
83-
"source": "registry",
84-
"dependencies": {
85-
"com.unity.modules.unitywebrequest": "1.0.0"
86-
},
87-
"url": "https://packages.unity.com"
88-
},
8980
"com.unity.test-framework": {
90-
"version": "1.1.31",
81+
"version": "1.1.33",
9182
"depth": 0,
9283
"source": "registry",
9384
"dependencies": {
@@ -98,7 +89,7 @@
9889
"url": "https://packages.unity.com"
9990
},
10091
"com.unity.textmeshpro": {
101-
"version": "3.0.6",
92+
"version": "3.0.7",
10293
"depth": 0,
10394
"source": "registry",
10495
"dependencies": {
@@ -107,13 +98,13 @@
10798
"url": "https://packages.unity.com"
10899
},
109100
"com.unity.timeline": {
110-
"version": "1.4.8",
101+
"version": "1.7.7",
111102
"depth": 0,
112103
"source": "registry",
113104
"dependencies": {
105+
"com.unity.modules.audio": "1.0.0",
114106
"com.unity.modules.director": "1.0.0",
115107
"com.unity.modules.animation": "1.0.0",
116-
"com.unity.modules.audio": "1.0.0",
117108
"com.unity.modules.particlesystem": "1.0.0"
118109
},
119110
"url": "https://packages.unity.com"
@@ -266,17 +257,6 @@
266257
"version": "1.0.0",
267258
"depth": 0,
268259
"source": "builtin",
269-
"dependencies": {
270-
"com.unity.modules.ui": "1.0.0",
271-
"com.unity.modules.imgui": "1.0.0",
272-
"com.unity.modules.jsonserialize": "1.0.0",
273-
"com.unity.modules.uielementsnative": "1.0.0"
274-
}
275-
},
276-
"com.unity.modules.uielementsnative": {
277-
"version": "1.0.0",
278-
"depth": 1,
279-
"source": "builtin",
280260
"dependencies": {
281261
"com.unity.modules.ui": "1.0.0",
282262
"com.unity.modules.imgui": "1.0.0",
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: {}

0 commit comments

Comments
 (0)