Skip to content

Commit ca2872c

Browse files
authored
Merge pull request #1204 from ousttrue/fix/add_standard_to_always_included_shaders
Standard を GraphicsSettings に追加
2 parents cfab0a3 + a8b0599 commit ca2872c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

ProjectSettings/GraphicsSettings.asset

+6-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
--- !u!30 &1
44
GraphicsSettings:
55
m_ObjectHideFlags: 0
6-
serializedVersion: 12
6+
serializedVersion: 13
77
m_Deferred:
88
m_Mode: 1
99
m_Shader: {fileID: 69, guid: 0000000000000000f000000000000000, type: 0}
@@ -36,6 +36,9 @@ GraphicsSettings:
3636
- {fileID: 10753, guid: 0000000000000000f000000000000000, type: 0}
3737
- {fileID: 10770, guid: 0000000000000000f000000000000000, type: 0}
3838
- {fileID: 16000, guid: 0000000000000000f000000000000000, type: 0}
39+
- {fileID: 16001, guid: 0000000000000000f000000000000000, type: 0}
40+
- {fileID: 17000, guid: 0000000000000000f000000000000000, type: 0}
41+
- {fileID: 46, guid: 0000000000000000f000000000000000, type: 0}
3942
m_PreloadedShaders: []
4043
m_SpritesDefaultMaterial: {fileID: 10754, guid: 0000000000000000f000000000000000,
4144
type: 0}
@@ -60,3 +63,5 @@ GraphicsSettings:
6063
m_AlbedoSwatchInfos: []
6164
m_LightsUseLinearIntensity: 0
6265
m_LightsUseColorTemperature: 0
66+
m_LogWhenShaderIsCompiled: 0
67+
m_AllowEnlightenSupportForUpgradedProject: 1

0 commit comments

Comments
 (0)