Skip to content

Commit a55a905

Browse files
Changelog
1 parent 0b32974 commit a55a905

File tree

8 files changed

+181
-78
lines changed

8 files changed

+181
-78
lines changed

TestProjects/HDRP_Tests/Packages/packages-lock.json

Lines changed: 23 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,15 @@
1616
},
1717
"url": "https://packages.unity.com"
1818
},
19+
"com.unity.formats.alembic": {
20+
"version": "1.0.7",
21+
"depth": 0,
22+
"source": "registry",
23+
"dependencies": {
24+
"com.unity.timeline": "1.0.0"
25+
},
26+
"url": "https://packages.unity.com"
27+
},
1928
"com.unity.ide.visualstudio": {
2029
"version": "2.0.0",
2130
"depth": 0,
@@ -50,18 +59,18 @@
5059
"depth": 0,
5160
"source": "local",
5261
"dependencies": {
53-
"com.unity.render-pipelines.core": "10.0.0-preview.33",
54-
"com.unity.shadergraph": "10.0.0-preview.30",
55-
"com.unity.visualeffectgraph": "10.0.0-preview.30",
56-
"com.unity.render-pipelines.high-definition-config": "10.0.0-preview.30"
62+
"com.unity.render-pipelines.core": "10.1.0-preview.17",
63+
"com.unity.shadergraph": "10.1.0-preview.17",
64+
"com.unity.visualeffectgraph": "10.1.0-preview.17",
65+
"com.unity.render-pipelines.high-definition-config": "10.1.0-preview.17"
5766
}
5867
},
5968
"com.unity.render-pipelines.high-definition-config": {
6069
"version": "file:../../../com.unity.render-pipelines.high-definition-config",
6170
"depth": 0,
6271
"source": "local",
6372
"dependencies": {
64-
"com.unity.render-pipelines.core": "10.0.0-preview.33"
73+
"com.unity.render-pipelines.core": "10.1.0-preview.17"
6574
}
6675
},
6776
"com.unity.searcher": {
@@ -76,7 +85,7 @@
7685
"depth": 0,
7786
"source": "local",
7887
"dependencies": {
79-
"com.unity.render-pipelines.core": "10.0.0-preview.33",
88+
"com.unity.render-pipelines.core": "10.1.0-preview.17",
8089
"com.unity.searcher": "4.3.1"
8190
}
8291
},
@@ -118,6 +127,13 @@
118127
"com.unity.render-pipelines.high-definition": "file:./com.unity.render-pipelines.high-definition"
119128
}
120129
},
130+
"com.unity.timeline": {
131+
"version": "1.2.6",
132+
"depth": 1,
133+
"source": "registry",
134+
"dependencies": {},
135+
"url": "https://packages.unity.com"
136+
},
121137
"com.unity.ugui": {
122138
"version": "1.0.0",
123139
"depth": 0,
@@ -132,7 +148,7 @@
132148
"depth": 0,
133149
"source": "local",
134150
"dependencies": {
135-
"com.unity.shadergraph": "10.0.0-preview.30"
151+
"com.unity.shadergraph": "10.1.0-preview.17"
136152
}
137153
},
138154
"com.unity.xr.legacyinputhelpers": {

TestProjects/HDRP_Tests/ProjectSettings/GraphicsSettings.asset

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ GraphicsSettings:
3535
m_PreloadedShaders: []
3636
m_SpritesDefaultMaterial: {fileID: 10754, guid: 0000000000000000f000000000000000,
3737
type: 0}
38-
m_CustomRenderPipeline: {fileID: 11400000, guid: 8650072ee85219341b65a263bf871815,
38+
m_CustomRenderPipeline: {fileID: 11400000, guid: d7fe5f39d2c099a4ea1f1f610af309d7,
3939
type: 2}
4040
m_TransparencySortMode: 0
4141
m_TransparencySortAxis: {x: 0, y: 0, z: 1}
@@ -57,4 +57,5 @@ GraphicsSettings:
5757
m_AlbedoSwatchInfos: []
5858
m_LightsUseLinearIntensity: 1
5959
m_LightsUseColorTemperature: 1
60+
m_DefaultRenderingLayerMask: 257
6061
m_LogWhenShaderIsCompiled: 0
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
%YAML 1.1
2+
%TAG !u! tag:unity3d.com,2011:
3+
--- !u!114 &1
4+
MonoBehaviour:
5+
m_ObjectHideFlags: 61
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: 13964, guid: 0000000000000000e000000000000000, type: 0}
13+
m_Name:
14+
m_EditorClassIdentifier:
15+
m_EnablePreviewPackages: 0
16+
m_EnablePackageDependencies: 0
17+
m_AdvancedSettingsExpanded: 1
18+
m_ScopedRegistriesSettingsExpanded: 1
19+
oneTimeWarningShown: 0
20+
m_Registries:
21+
- m_Id: main
22+
m_Name:
23+
m_Url: https://packages.unity.com
24+
m_Scopes: []
25+
m_IsDefault: 1
26+
m_Capabilities: 7
27+
m_UserSelectedRegistryName:
28+
m_UserAddingNewScopedRegistry: 0
29+
m_RegistryInfoDraft:
30+
m_ErrorMessage:
31+
m_Original:
32+
m_Id:
33+
m_Name:
34+
m_Url:
35+
m_Scopes: []
36+
m_IsDefault: 0
37+
m_Capabilities: 0
38+
m_Modified: 0
39+
m_Name:
40+
m_Url:
41+
m_Scopes:
42+
-
43+
m_SelectedScopeIndex: 0

0 commit comments

Comments
 (0)