Skip to content

Commit 4b92514

Browse files
committed
Bump sample projects to 2022.3.47
1 parent 8e32064 commit 4b92514

File tree

12 files changed

+60
-45
lines changed

12 files changed

+60
-45
lines changed

projects/GaussianExample-HDRP/Packages/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"dependencies": {
3-
"com.unity.ide.rider": "3.0.24",
4-
"com.unity.render-pipelines.high-definition": "14.0.8",
3+
"com.unity.ide.rider": "3.0.31",
4+
"com.unity.render-pipelines.high-definition": "14.0.11",
55
"org.nesnausk.gaussian-splatting": "file:../../../package",
66
"com.unity.modules.ai": "1.0.0",
77
"com.unity.modules.androidjni": "1.0.0",

projects/GaussianExample-HDRP/Packages/packages-lock.json

Lines changed: 20 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
{
22
"dependencies": {
33
"com.unity.burst": {
4-
"version": "1.8.8",
4+
"version": "1.8.17",
55
"depth": 1,
66
"source": "registry",
77
"dependencies": {
8-
"com.unity.mathematics": "1.2.1"
8+
"com.unity.mathematics": "1.2.1",
9+
"com.unity.modules.jsonserialize": "1.0.0"
910
},
1011
"url": "https://packages.unity.com"
1112
},
@@ -15,8 +16,8 @@
1516
"source": "registry",
1617
"dependencies": {
1718
"com.unity.burst": "1.8.4",
18-
"com.unity.modules.unityanalytics": "1.0.0",
19-
"com.unity.nuget.mono-cecil": "1.11.4"
19+
"com.unity.nuget.mono-cecil": "1.11.4",
20+
"com.unity.modules.unityanalytics": "1.0.0"
2021
},
2122
"url": "https://packages.unity.com"
2223
},
@@ -28,7 +29,7 @@
2829
"url": "https://packages.unity.com"
2930
},
3031
"com.unity.ide.rider": {
31-
"version": "3.0.24",
32+
"version": "3.0.31",
3233
"depth": 0,
3334
"source": "registry",
3435
"dependencies": {
@@ -51,7 +52,7 @@
5152
"url": "https://packages.unity.com"
5253
},
5354
"com.unity.render-pipelines.core": {
54-
"version": "14.0.8",
55+
"version": "14.0.11",
5556
"depth": 1,
5657
"source": "builtin",
5758
"dependencies": {
@@ -62,28 +63,28 @@
6263
}
6364
},
6465
"com.unity.render-pipelines.high-definition": {
65-
"version": "14.0.8",
66+
"version": "14.0.11",
6667
"depth": 0,
6768
"source": "builtin",
6869
"dependencies": {
6970
"com.unity.mathematics": "1.2.4",
70-
"com.unity.burst": "1.8.4",
71+
"com.unity.burst": "1.8.9",
7172
"com.unity.modules.video": "1.0.0",
7273
"com.unity.modules.animation": "1.0.0",
7374
"com.unity.modules.imageconversion": "1.0.0",
7475
"com.unity.modules.terrain": "1.0.0",
75-
"com.unity.render-pipelines.core": "14.0.8",
76-
"com.unity.shadergraph": "14.0.8",
77-
"com.unity.visualeffectgraph": "14.0.8",
78-
"com.unity.render-pipelines.high-definition-config": "14.0.8"
76+
"com.unity.render-pipelines.core": "14.0.11",
77+
"com.unity.shadergraph": "14.0.11",
78+
"com.unity.visualeffectgraph": "14.0.11",
79+
"com.unity.render-pipelines.high-definition-config": "14.0.11"
7980
}
8081
},
8182
"com.unity.render-pipelines.high-definition-config": {
82-
"version": "14.0.8",
83+
"version": "14.0.11",
8384
"depth": 1,
8485
"source": "builtin",
8586
"dependencies": {
86-
"com.unity.render-pipelines.core": "14.0.8"
87+
"com.unity.render-pipelines.core": "14.0.11"
8788
}
8889
},
8990
"com.unity.searcher": {
@@ -94,11 +95,11 @@
9495
"url": "https://packages.unity.com"
9596
},
9697
"com.unity.shadergraph": {
97-
"version": "14.0.8",
98+
"version": "14.0.11",
9899
"depth": 1,
99100
"source": "builtin",
100101
"dependencies": {
101-
"com.unity.render-pipelines.core": "14.0.8",
102+
"com.unity.render-pipelines.core": "14.0.11",
102103
"com.unity.searcher": "4.9.2"
103104
}
104105
},
@@ -112,12 +113,12 @@
112113
}
113114
},
114115
"com.unity.visualeffectgraph": {
115-
"version": "14.0.8",
116+
"version": "14.0.11",
116117
"depth": 1,
117118
"source": "builtin",
118119
"dependencies": {
119-
"com.unity.shadergraph": "14.0.8",
120-
"com.unity.render-pipelines.core": "14.0.8"
120+
"com.unity.shadergraph": "14.0.11",
121+
"com.unity.render-pipelines.core": "14.0.11"
121122
}
122123
},
123124
"org.nesnausk.gaussian-splatting": {
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
m_EditorVersion: 2022.3.8f1
2-
m_EditorVersionWithRevision: 2022.3.8f1 (b5eafc012955)
1+
m_EditorVersion: 2022.3.47f1
2+
m_EditorVersionWithRevision: 2022.3.47f1 (88c277b85d21)

projects/GaussianExample-HDRP/ProjectSettings/ShaderGraphSettings.asset

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,6 @@ MonoBehaviour:
1212
m_Script: {fileID: 11500000, guid: de02f9e1d18f588468e474319d09a723, type: 3}
1313
m_Name:
1414
m_EditorClassIdentifier:
15+
shaderVariantLimit: 2048
1516
customInterpolatorErrorThreshold: 32
1617
customInterpolatorWarningThreshold: 16

projects/GaussianExample-HDRP/ProjectSettings/VFXManager.asset

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ VFXManager:
77
m_CopyBufferShader: {fileID: 7200000, guid: 23c51f21a3503f6428b527b01f8a2f4e, type: 3}
88
m_SortShader: {fileID: 7200000, guid: ea257ca3cfb12a642a5025e612af6b2a, type: 3}
99
m_StripUpdateShader: {fileID: 7200000, guid: 8fa6c4009fe2a4d4486c62736fc30ad8, type: 3}
10+
m_EmptyShader: {fileID: 4800000, guid: 33a2079f6a2db4c4eb2e44b33f4ddf6b, type: 3}
1011
m_RenderPipeSettingsPath:
1112
m_FixedTimeStep: 0.016666668
1213
m_MaxDeltaTime: 0.05

projects/GaussianExample-URP/Packages/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"dependencies": {
3-
"com.unity.ide.rider": "3.0.24",
4-
"com.unity.render-pipelines.universal": "14.0.8",
3+
"com.unity.ide.rider": "3.0.31",
4+
"com.unity.render-pipelines.universal": "14.0.11",
55
"org.nesnausk.gaussian-splatting": "file:../../../package",
66
"com.unity.modules.ai": "1.0.0",
77
"com.unity.modules.androidjni": "1.0.0",

projects/GaussianExample-URP/Packages/packages-lock.json

Lines changed: 22 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
{
22
"dependencies": {
33
"com.unity.burst": {
4-
"version": "1.8.8",
4+
"version": "1.8.17",
55
"depth": 1,
66
"source": "registry",
77
"dependencies": {
8-
"com.unity.mathematics": "1.2.1"
8+
"com.unity.mathematics": "1.2.1",
9+
"com.unity.modules.jsonserialize": "1.0.0"
910
},
1011
"url": "https://packages.unity.com"
1112
},
@@ -15,8 +16,8 @@
1516
"source": "registry",
1617
"dependencies": {
1718
"com.unity.burst": "1.8.4",
18-
"com.unity.modules.unityanalytics": "1.0.0",
19-
"com.unity.nuget.mono-cecil": "1.11.4"
19+
"com.unity.nuget.mono-cecil": "1.11.4",
20+
"com.unity.modules.unityanalytics": "1.0.0"
2021
},
2122
"url": "https://packages.unity.com"
2223
},
@@ -28,7 +29,7 @@
2829
"url": "https://packages.unity.com"
2930
},
3031
"com.unity.ide.rider": {
31-
"version": "3.0.24",
32+
"version": "3.0.31",
3233
"depth": 0,
3334
"source": "registry",
3435
"dependencies": {
@@ -51,7 +52,7 @@
5152
"url": "https://packages.unity.com"
5253
},
5354
"com.unity.render-pipelines.core": {
54-
"version": "14.0.8",
55+
"version": "14.0.11",
5556
"depth": 1,
5657
"source": "builtin",
5758
"dependencies": {
@@ -62,14 +63,23 @@
6263
}
6364
},
6465
"com.unity.render-pipelines.universal": {
65-
"version": "14.0.8",
66+
"version": "14.0.11",
6667
"depth": 0,
6768
"source": "builtin",
6869
"dependencies": {
6970
"com.unity.mathematics": "1.2.1",
70-
"com.unity.burst": "1.8.4",
71-
"com.unity.render-pipelines.core": "14.0.8",
72-
"com.unity.shadergraph": "14.0.8"
71+
"com.unity.burst": "1.8.9",
72+
"com.unity.render-pipelines.core": "14.0.11",
73+
"com.unity.shadergraph": "14.0.11",
74+
"com.unity.render-pipelines.universal-config": "14.0.9"
75+
}
76+
},
77+
"com.unity.render-pipelines.universal-config": {
78+
"version": "14.0.10",
79+
"depth": 1,
80+
"source": "builtin",
81+
"dependencies": {
82+
"com.unity.render-pipelines.core": "14.0.10"
7383
}
7484
},
7585
"com.unity.searcher": {
@@ -80,11 +90,11 @@
8090
"url": "https://packages.unity.com"
8191
},
8292
"com.unity.shadergraph": {
83-
"version": "14.0.8",
93+
"version": "14.0.11",
8494
"depth": 1,
8595
"source": "builtin",
8696
"dependencies": {
87-
"com.unity.render-pipelines.core": "14.0.8",
97+
"com.unity.render-pipelines.core": "14.0.11",
8898
"com.unity.searcher": "4.9.2"
8999
}
90100
},
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
m_EditorVersion: 2022.3.8f1
2-
m_EditorVersionWithRevision: 2022.3.8f1 (b5eafc012955)
1+
m_EditorVersion: 2022.3.47f1
2+
m_EditorVersionWithRevision: 2022.3.47f1 (88c277b85d21)

projects/GaussianExample-URP/ProjectSettings/ShaderGraphSettings.asset

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,6 @@ MonoBehaviour:
1212
m_Script: {fileID: 11500000, guid: de02f9e1d18f588468e474319d09a723, type: 3}
1313
m_Name:
1414
m_EditorClassIdentifier:
15+
shaderVariantLimit: 2048
1516
customInterpolatorErrorThreshold: 32
1617
customInterpolatorWarningThreshold: 16

projects/GaussianExample/Packages/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"dependencies": {
3+
"com.unity.ide.rider": "3.0.31",
34
"org.nesnausk.gaussian-splatting": "file:../../../package",
4-
"com.unity.ide.rider": "3.0.24",
55
"com.unity.modules.ai": "1.0.0",
66
"com.unity.modules.androidjni": "1.0.0",
77
"com.unity.modules.animation": "1.0.0",

0 commit comments

Comments
 (0)