Skip to content

Commit 0059a5f

Browse files
committed
Update project settings
1 parent f5d97c3 commit 0059a5f

15 files changed

Lines changed: 389 additions & 408 deletions

File tree

1.13 KB
Binary file not shown.

Dev/Plugin/Packages/manifest.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
{
22
"dependencies": {
3-
"com.unity.ai.navigation": "1.1.6",
43
"com.unity.collab-proxy": "2.7.1",
5-
"com.unity.ide.rider": "3.0.36",
6-
"com.unity.ide.visualstudio": "2.0.22",
4+
"com.unity.ide.visualstudio": "2.0.27",
75
"com.unity.ide.vscode": "1.2.5",
6+
"com.unity.inputsystem": "1.14.2",
87
"com.unity.postprocessing": "3.4.0",
98
"com.unity.test-framework": "1.1.33",
109
"com.unity.timeline": "1.7.7",

Dev/Plugin/Packages/packages-lock.json

Lines changed: 11 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,5 @@
11
{
22
"dependencies": {
3-
"com.unity.ai.navigation": {
4-
"version": "1.1.6",
5-
"depth": 0,
6-
"source": "registry",
7-
"dependencies": {
8-
"com.unity.modules.ai": "1.0.0"
9-
},
10-
"url": "https://packages.unity.com"
11-
},
123
"com.unity.collab-proxy": {
134
"version": "2.7.1",
145
"depth": 0,
@@ -23,21 +14,12 @@
2314
"dependencies": {},
2415
"url": "https://packages.unity.com"
2516
},
26-
"com.unity.ide.rider": {
27-
"version": "3.0.36",
28-
"depth": 0,
29-
"source": "registry",
30-
"dependencies": {
31-
"com.unity.ext.nunit": "1.0.6"
32-
},
33-
"url": "https://packages.unity.com"
34-
},
3517
"com.unity.ide.visualstudio": {
36-
"version": "2.0.22",
18+
"version": "2.0.27",
3719
"depth": 0,
3820
"source": "registry",
3921
"dependencies": {
40-
"com.unity.test-framework": "1.1.9"
22+
"com.unity.test-framework": "1.1.33"
4123
},
4224
"url": "https://packages.unity.com"
4325
},
@@ -48,6 +30,15 @@
4830
"dependencies": {},
4931
"url": "https://packages.unity.com"
5032
},
33+
"com.unity.inputsystem": {
34+
"version": "1.14.2",
35+
"depth": 0,
36+
"source": "registry",
37+
"dependencies": {
38+
"com.unity.modules.uielements": "1.0.0"
39+
},
40+
"url": "https://packages.unity.com"
41+
},
5142
"com.unity.postprocessing": {
5243
"version": "3.4.0",
5344
"depth": 0,
0 Bytes
Binary file not shown.

Tests/BasicTests/Packages/manifest.json

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,14 @@
22
"dependencies": {
33
"com.unity.2d.sprite": "1.0.0",
44
"com.unity.2d.tilemap": "1.0.0",
5-
"com.unity.ads": "4.4.2",
6-
"com.unity.ai.navigation": "1.1.6",
7-
"com.unity.analytics": "3.8.1",
85
"com.unity.collab-proxy": "2.7.1",
9-
"com.unity.ide.rider": "3.0.36",
10-
"com.unity.ide.visualstudio": "2.0.22",
6+
"com.unity.ide.visualstudio": "2.0.27",
117
"com.unity.ide.vscode": "1.2.5",
12-
"com.unity.purchasing": "4.11.0",
8+
"com.unity.inputsystem": "1.14.2",
139
"com.unity.test-framework": "1.1.33",
14-
"com.unity.textmeshpro": "3.0.7",
10+
"com.unity.textmeshpro": "3.0.9",
1511
"com.unity.timeline": "1.7.7",
1612
"com.unity.ugui": "1.0.0",
17-
"com.unity.xr.legacyinputhelpers": "2.1.12",
1813
"org.effekseer.effekseerforunity": "file:../../../Dev/Plugin/Assets/Effekseer",
1914
"com.unity.modules.ai": "1.0.0",
2015
"com.unity.modules.androidjni": "1.0.0",

Tests/BasicTests/Packages/packages-lock.json

Lines changed: 6 additions & 86 deletions
Original file line numberDiff line numberDiff line change
@@ -15,34 +15,6 @@
1515
"com.unity.modules.uielements": "1.0.0"
1616
}
1717
},
18-
"com.unity.ads": {
19-
"version": "4.4.2",
20-
"depth": 0,
21-
"source": "registry",
22-
"dependencies": {
23-
"com.unity.ugui": "1.0.0"
24-
},
25-
"url": "https://packages.unity.com"
26-
},
27-
"com.unity.ai.navigation": {
28-
"version": "1.1.6",
29-
"depth": 0,
30-
"source": "registry",
31-
"dependencies": {
32-
"com.unity.modules.ai": "1.0.0"
33-
},
34-
"url": "https://packages.unity.com"
35-
},
36-
"com.unity.analytics": {
37-
"version": "3.8.1",
38-
"depth": 0,
39-
"source": "registry",
40-
"dependencies": {
41-
"com.unity.ugui": "1.0.0",
42-
"com.unity.services.analytics": "1.0.4"
43-
},
44-
"url": "https://packages.unity.com"
45-
},
4618
"com.unity.collab-proxy": {
4719
"version": "2.7.1",
4820
"depth": 0,
@@ -57,21 +29,12 @@
5729
"dependencies": {},
5830
"url": "https://packages.unity.com"
5931
},
60-
"com.unity.ide.rider": {
61-
"version": "3.0.36",
62-
"depth": 0,
63-
"source": "registry",
64-
"dependencies": {
65-
"com.unity.ext.nunit": "1.0.6"
66-
},
67-
"url": "https://packages.unity.com"
68-
},
6932
"com.unity.ide.visualstudio": {
70-
"version": "2.0.22",
33+
"version": "2.0.27",
7134
"depth": 0,
7235
"source": "registry",
7336
"dependencies": {
74-
"com.unity.test-framework": "1.1.9"
37+
"com.unity.test-framework": "1.1.33"
7538
},
7639
"url": "https://packages.unity.com"
7740
},
@@ -82,45 +45,12 @@
8245
"dependencies": {},
8346
"url": "https://packages.unity.com"
8447
},
85-
"com.unity.nuget.newtonsoft-json": {
86-
"version": "3.2.1",
87-
"depth": 2,
88-
"source": "registry",
89-
"dependencies": {},
90-
"url": "https://packages.unity.com"
91-
},
92-
"com.unity.purchasing": {
93-
"version": "4.11.0",
48+
"com.unity.inputsystem": {
49+
"version": "1.14.2",
9450
"depth": 0,
9551
"source": "registry",
9652
"dependencies": {
97-
"com.unity.ugui": "1.0.0",
98-
"com.unity.services.core": "1.8.2",
99-
"com.unity.modules.androidjni": "1.0.0",
100-
"com.unity.modules.jsonserialize": "1.0.0",
101-
"com.unity.modules.unitywebrequest": "1.0.0"
102-
},
103-
"url": "https://packages.unity.com"
104-
},
105-
"com.unity.services.analytics": {
106-
"version": "6.0.3",
107-
"depth": 1,
108-
"source": "registry",
109-
"dependencies": {
110-
"com.unity.ugui": "1.0.0",
111-
"com.unity.services.core": "1.12.4",
112-
"com.unity.modules.jsonserialize": "1.0.0"
113-
},
114-
"url": "https://packages.unity.com"
115-
},
116-
"com.unity.services.core": {
117-
"version": "1.14.0",
118-
"depth": 1,
119-
"source": "registry",
120-
"dependencies": {
121-
"com.unity.modules.androidjni": "1.0.0",
122-
"com.unity.nuget.newtonsoft-json": "3.2.1",
123-
"com.unity.modules.unitywebrequest": "1.0.0"
53+
"com.unity.modules.uielements": "1.0.0"
12454
},
12555
"url": "https://packages.unity.com"
12656
},
@@ -136,7 +66,7 @@
13666
"url": "https://packages.unity.com"
13767
},
13868
"com.unity.textmeshpro": {
139-
"version": "3.0.7",
69+
"version": "3.0.9",
14070
"depth": 0,
14171
"source": "registry",
14272
"dependencies": {
@@ -165,16 +95,6 @@
16595
"com.unity.modules.imgui": "1.0.0"
16696
}
16797
},
168-
"com.unity.xr.legacyinputhelpers": {
169-
"version": "2.1.12",
170-
"depth": 0,
171-
"source": "registry",
172-
"dependencies": {
173-
"com.unity.modules.vr": "1.0.0",
174-
"com.unity.modules.xr": "1.0.0"
175-
},
176-
"url": "https://packages.unity.com"
177-
},
17898
"org.effekseer.effekseerforunity": {
17999
"version": "file:../../../Dev/Plugin/Assets/Effekseer",
180100
"depth": 0,
21.7 KB
Binary file not shown.

Tests/HDRPTests/Assets/Tests/Basic.unity

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -557,26 +557,13 @@ GameObject:
557557
serializedVersion: 6
558558
m_Component:
559559
- component: {fileID: 1170274186}
560-
- component: {fileID: 1170274185}
561560
m_Layer: 0
562561
m_Name: Example
563562
m_TagString: Untagged
564563
m_Icon: {fileID: 0}
565564
m_NavMeshLayer: 0
566565
m_StaticEditorFlags: 0
567566
m_IsActive: 1
568-
--- !u!114 &1170274185
569-
MonoBehaviour:
570-
m_ObjectHideFlags: 0
571-
m_CorrespondingSourceObject: {fileID: 0}
572-
m_PrefabInstance: {fileID: 0}
573-
m_PrefabAsset: {fileID: 0}
574-
m_GameObject: {fileID: 1170274184}
575-
m_Enabled: 1
576-
m_EditorHideFlags: 0
577-
m_Script: {fileID: 0}
578-
m_Name:
579-
m_EditorClassIdentifier:
580567
--- !u!4 &1170274186
581568
Transform:
582569
m_ObjectHideFlags: 0

Tests/HDRPTests/Packages/manifest.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
{
22
"dependencies": {
3-
"com.unity.ai.navigation": "1.1.6",
4-
"com.unity.collab-proxy": "2.7.1",
5-
"com.unity.ide.rider": "3.0.36",
6-
"com.unity.ide.visualstudio": "2.0.22",
3+
"com.unity.ide.visualstudio": "2.0.27",
74
"com.unity.ide.vscode": "1.2.5",
5+
"com.unity.inputsystem": "1.14.2",
86
"com.unity.render-pipelines.high-definition": "14.0.12",
97
"com.unity.test-framework": "1.1.33",
10-
"com.unity.textmeshpro": "3.0.7",
8+
"com.unity.textmeshpro": "3.0.9",
119
"com.unity.timeline": "1.7.7",
1210
"com.unity.ugui": "1.0.0",
1311
"org.effekseer.effekseerforunity": "file:../../../Dev/Plugin/Assets/Effekseer",

Tests/HDRPTests/Packages/packages-lock.json

Lines changed: 12 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,5 @@
11
{
22
"dependencies": {
3-
"com.unity.ai.navigation": {
4-
"version": "1.1.6",
5-
"depth": 0,
6-
"source": "registry",
7-
"dependencies": {
8-
"com.unity.modules.ai": "1.0.0"
9-
},
10-
"url": "https://packages.unity.com"
11-
},
123
"com.unity.burst": {
134
"version": "1.8.21",
145
"depth": 1,
@@ -19,35 +10,19 @@
1910
},
2011
"url": "https://packages.unity.com"
2112
},
22-
"com.unity.collab-proxy": {
23-
"version": "2.7.1",
24-
"depth": 0,
25-
"source": "registry",
26-
"dependencies": {},
27-
"url": "https://packages.unity.com"
28-
},
2913
"com.unity.ext.nunit": {
3014
"version": "1.0.6",
3115
"depth": 1,
3216
"source": "registry",
3317
"dependencies": {},
3418
"url": "https://packages.unity.com"
3519
},
36-
"com.unity.ide.rider": {
37-
"version": "3.0.36",
38-
"depth": 0,
39-
"source": "registry",
40-
"dependencies": {
41-
"com.unity.ext.nunit": "1.0.6"
42-
},
43-
"url": "https://packages.unity.com"
44-
},
4520
"com.unity.ide.visualstudio": {
46-
"version": "2.0.22",
21+
"version": "2.0.27",
4722
"depth": 0,
4823
"source": "registry",
4924
"dependencies": {
50-
"com.unity.test-framework": "1.1.9"
25+
"com.unity.test-framework": "1.1.33"
5126
},
5227
"url": "https://packages.unity.com"
5328
},
@@ -58,6 +33,15 @@
5833
"dependencies": {},
5934
"url": "https://packages.unity.com"
6035
},
36+
"com.unity.inputsystem": {
37+
"version": "1.14.2",
38+
"depth": 0,
39+
"source": "registry",
40+
"dependencies": {
41+
"com.unity.modules.uielements": "1.0.0"
42+
},
43+
"url": "https://packages.unity.com"
44+
},
6145
"com.unity.mathematics": {
6246
"version": "1.2.6",
6347
"depth": 1,
@@ -129,7 +113,7 @@
129113
"url": "https://packages.unity.com"
130114
},
131115
"com.unity.textmeshpro": {
132-
"version": "3.0.7",
116+
"version": "3.0.9",
133117
"depth": 0,
134118
"source": "registry",
135119
"dependencies": {

0 commit comments

Comments
 (0)