Skip to content

Commit 06a538c

Browse files
committed
Updated minimal editor for projects and update files after opening it
1 parent 2fcd850 commit 06a538c

File tree

14 files changed

+575
-215
lines changed

14 files changed

+575
-215
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
%YAML 1.1
2+
%TAG !u! tag:unity3d.com,2011:
3+
--- !u!114 &11400000
4+
MonoBehaviour:
5+
m_ObjectHideFlags: 0
6+
m_CorrespondingSourceObject: {fileID: 0}
7+
m_PrefabInstance: {fileID: 0}
8+
m_PrefabAsset: {fileID: 0}
9+
m_GameObject: {fileID: 0}
10+
m_Enabled: 1
11+
m_EditorHideFlags: 0
12+
m_Script: {fileID: 11500000, guid: e651dbb3fbac04af2b8f5abf007ddc23, type: 3}
13+
m_Name: DefaultNetworkPrefabs
14+
m_EditorClassIdentifier:
15+
IsDefault: 1
16+
List: []

minimalproject/Assets/DefaultNetworkPrefabs.asset.meta

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

minimalproject/Packages/packages-lock.json

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"dependencies": {
33
"com.unity.burst": {
4-
"version": "1.8.18",
4+
"version": "1.8.19",
55
"depth": 2,
66
"source": "registry",
77
"dependencies": {
@@ -22,11 +22,20 @@
2222
},
2323
"com.unity.ext.nunit": {
2424
"version": "1.0.6",
25-
"depth": 4,
25+
"depth": 1,
2626
"source": "registry",
2727
"dependencies": {},
2828
"url": "https://packages.unity.com"
2929
},
30+
"com.unity.ide.rider": {
31+
"version": "3.0.34",
32+
"depth": 0,
33+
"source": "registry",
34+
"dependencies": {
35+
"com.unity.ext.nunit": "1.0.6"
36+
},
37+
"url": "https://packages.unity.com"
38+
},
3039
"com.unity.mathematics": {
3140
"version": "1.2.6",
3241
"depth": 2,
@@ -44,7 +53,7 @@
4453
}
4554
},
4655
"com.unity.nuget.mono-cecil": {
47-
"version": "1.10.1",
56+
"version": "1.11.4",
4857
"depth": 1,
4958
"source": "registry",
5059
"dependencies": {},
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
m_EditorVersion: 2021.3.45f1
2-
m_EditorVersionWithRevision: 2021.3.45f1 (0da89fac8e79)
1+
m_EditorVersion: 2022.3.61f1
2+
m_EditorVersionWithRevision: 2022.3.61f1 (6c53ebaf375d)

minimalproject/ProjectSettings/boot.config

Whitespace-only changes.

testproject-tools-integration/Packages/packages-lock.json

Lines changed: 25 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"dependencies": {
33
"com.unity.burst": {
4-
"version": "1.8.18",
4+
"version": "1.8.19",
55
"depth": 1,
66
"source": "registry",
77
"dependencies": {
@@ -11,24 +11,26 @@
1111
"url": "https://packages.unity.com"
1212
},
1313
"com.unity.collections": {
14-
"version": "1.2.4",
14+
"version": "2.5.1",
1515
"depth": 1,
1616
"source": "registry",
1717
"dependencies": {
18-
"com.unity.burst": "1.6.6",
19-
"com.unity.test-framework": "1.1.31"
18+
"com.unity.burst": "1.8.17",
19+
"com.unity.test-framework": "1.4.5",
20+
"com.unity.nuget.mono-cecil": "1.11.4",
21+
"com.unity.test-framework.performance": "3.0.3"
2022
},
2123
"url": "https://packages.unity.com"
2224
},
2325
"com.unity.ext.nunit": {
24-
"version": "1.0.6",
26+
"version": "2.0.3",
2527
"depth": 1,
2628
"source": "registry",
2729
"dependencies": {},
2830
"url": "https://packages.unity.com"
2931
},
3032
"com.unity.ide.rider": {
31-
"version": "3.0.34",
33+
"version": "3.0.37",
3234
"depth": 0,
3335
"source": "registry",
3436
"dependencies": {
@@ -37,22 +39,24 @@
3739
"url": "https://packages.unity.com"
3840
},
3941
"com.unity.mathematics": {
40-
"version": "1.2.6",
42+
"version": "1.3.2",
4143
"depth": 1,
4244
"source": "registry",
4345
"dependencies": {},
4446
"url": "https://packages.unity.com"
4547
},
4648
"com.unity.multiplayer.tools": {
47-
"version": "1.1.1",
49+
"version": "2.2.6",
4850
"depth": 0,
4951
"source": "registry",
5052
"dependencies": {
51-
"com.unity.collections": "1.1.0",
52-
"com.unity.profiling.core": "1.0.0-pre.1",
53-
"com.unity.nuget.mono-cecil": "1.10.1",
53+
"com.unity.burst": "1.8.18",
54+
"com.unity.collections": "2.5.1",
55+
"com.unity.mathematics": "1.3.2",
56+
"com.unity.profiling.core": "1.0.2",
57+
"com.unity.nuget.mono-cecil": "1.11.4",
5458
"com.unity.modules.uielements": "1.0.0",
55-
"com.unity.nuget.newtonsoft-json": "2.0.0"
59+
"com.unity.nuget.newtonsoft-json": "3.2.1"
5660
},
5761
"url": "https://packages.unity.com"
5862
},
@@ -66,7 +70,7 @@
6670
}
6771
},
6872
"com.unity.nuget.mono-cecil": {
69-
"version": "1.10.1",
73+
"version": "1.11.4",
7074
"depth": 1,
7175
"source": "registry",
7276
"dependencies": {},
@@ -87,34 +91,34 @@
8791
"url": "https://packages.unity.com"
8892
},
8993
"com.unity.test-framework": {
90-
"version": "1.1.33",
94+
"version": "1.4.6",
9195
"depth": 0,
9296
"source": "registry",
9397
"dependencies": {
94-
"com.unity.ext.nunit": "1.0.6",
98+
"com.unity.ext.nunit": "2.0.3",
9599
"com.unity.modules.imgui": "1.0.0",
96100
"com.unity.modules.jsonserialize": "1.0.0"
97101
},
98102
"url": "https://packages.unity.com"
99103
},
100104
"com.unity.test-framework.performance": {
101-
"version": "2.8.0-preview",
105+
"version": "3.1.0",
102106
"depth": 0,
103107
"source": "registry",
104108
"dependencies": {
105-
"com.unity.test-framework": "1.1.0",
109+
"com.unity.test-framework": "1.1.33",
106110
"com.unity.modules.jsonserialize": "1.0.0"
107111
},
108112
"url": "https://packages.unity.com"
109113
},
110114
"com.unity.transport": {
111-
"version": "1.5.0",
115+
"version": "2.5.3",
112116
"depth": 0,
113117
"source": "registry",
114118
"dependencies": {
115-
"com.unity.burst": "1.6.6",
116-
"com.unity.collections": "1.2.4",
117-
"com.unity.mathematics": "1.2.6"
119+
"com.unity.burst": "1.8.12",
120+
"com.unity.collections": "2.2.1",
121+
"com.unity.mathematics": "1.3.1"
118122
},
119123
"url": "https://packages.unity.com"
120124
},
@@ -250,17 +254,6 @@
250254
"version": "1.0.0",
251255
"depth": 0,
252256
"source": "builtin",
253-
"dependencies": {
254-
"com.unity.modules.ui": "1.0.0",
255-
"com.unity.modules.imgui": "1.0.0",
256-
"com.unity.modules.jsonserialize": "1.0.0",
257-
"com.unity.modules.uielementsnative": "1.0.0"
258-
}
259-
},
260-
"com.unity.modules.uielementsnative": {
261-
"version": "1.0.0",
262-
"depth": 1,
263-
"source": "builtin",
264257
"dependencies": {
265258
"com.unity.modules.ui": "1.0.0",
266259
"com.unity.modules.imgui": "1.0.0",
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
%YAML 1.1
2+
%TAG !u! tag:unity3d.com,2011:
3+
--- !u!114 &1
4+
MonoBehaviour:
5+
m_ObjectHideFlags: 53
6+
m_CorrespondingSourceObject: {fileID: 0}
7+
m_PrefabInstance: {fileID: 0}
8+
m_PrefabAsset: {fileID: 0}
9+
m_GameObject: {fileID: 0}
10+
m_Enabled: 1
11+
m_EditorHideFlags: 0
12+
m_Script: {fileID: 11500000, guid: 6762c37d3236e2a4382cd018dcdf221e, type: 3}
13+
m_Name:
14+
m_EditorClassIdentifier:
15+
colors:
16+
m_Keys:
17+
m_Values: []

0 commit comments

Comments
 (0)