Skip to content

Commit

Permalink
Fix skybox (#1278)
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmiccoincidence authored Oct 13, 2023
1 parent 92bcdcd commit 897b50d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions Assets/Content/Scenes/Game.unity
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ OcclusionCullingSettings:
RenderSettings:
m_ObjectHideFlags: 0
serializedVersion: 9
m_Fog: 1
m_Fog: 0
m_FogColor: {r: 0, g: 0, b: 0, a: 1}
m_FogMode: 2
m_FogDensity: 0.03
Expand All @@ -25,7 +25,7 @@ RenderSettings:
m_AmbientGroundColor: {r: 0.047, g: 0.043, b: 0.035, a: 1}
m_AmbientIntensity: 1
m_AmbientMode: 3
m_SubtractiveShadowColor: {r: 0.3507031, g: 0.44101664, b: 0.6698113, a: 1}
m_SubtractiveShadowColor: {r: 1, g: 1, b: 1, a: 0}
m_SkyboxMaterial: {fileID: 2100000, guid: 6d7d980cb7d7eb84e9319531e3c14424, type: 2}
m_HaloStrength: 0
m_FlareStrength: 1
Expand All @@ -38,7 +38,7 @@ RenderSettings:
m_ReflectionIntensity: 1
m_CustomReflection: {fileID: 0}
m_Sun: {fileID: 0}
m_IndirectSpecularColor: {r: 0.008894044, g: 0.012949686, b: 0.011713471, a: 1}
m_IndirectSpecularColor: {r: 0.05223216, g: 0.058495417, b: 0.04955718, a: 1}
m_UseRadianceAmbientProbe: 0
--- !u!157 &3
LightmapSettings:
Expand Down Expand Up @@ -1335,7 +1335,7 @@ PrefabInstance:
objectReference: {fileID: 0}
- target: {fileID: 4468402021075485018, guid: cc5383d385556f443b2a7d3202f2b2c1, type: 3}
propertyPath: m_AnchoredPosition.y
value: -230.00006
value: -229.99995
objectReference: {fileID: 0}
- target: {fileID: 4468402021449001342, guid: cc5383d385556f443b2a7d3202f2b2c1, type: 3}
propertyPath: m_AnchoredPosition.x
Expand Down
6 changes: 3 additions & 3 deletions Assets/Content/WorldObjects/World/Skybox/Skybox.mat
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Material:
m_Offset: {x: 0, y: 0}
m_Ints: []
m_Floats:
- _AtmosphereThickness: 0.76
- _AtmosphereThickness: 0
- _BumpScale: 1
- _Cutoff: 0.5
- _DetailNormalMapScale: 1
Expand All @@ -83,6 +83,6 @@ Material:
m_Colors:
- _Color: {r: 1, g: 1, b: 1, a: 1}
- _EmissionColor: {r: 0, g: 0, b: 0, a: 1}
- _GroundColor: {r: 0.9150943, g: 0.9150943, b: 0.9150943, a: 1}
- _SkyTint: {r: 0.509434, g: 0.509434, b: 0.509434, a: 1}
- _GroundColor: {r: 1, g: 1, b: 1, a: 0}
- _SkyTint: {r: 1, g: 1, b: 1, a: 0}
m_BuildTextureStacks: []
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Material:
serializedVersion: 3
m_TexEnvs:
- _BackTex:
m_Texture: {fileID: 2800000, guid: b2d99a9d401fd1741b13f9abf1614c71, type: 3}
m_Texture: {fileID: 2800000, guid: 05decaa4152d748439e026158b164d8d, type: 3}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _BumpMap:
Expand Down Expand Up @@ -49,7 +49,7 @@ Material:
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _FrontTex:
m_Texture: {fileID: 2800000, guid: 05decaa4152d748439e026158b164d8d, type: 3}
m_Texture: {fileID: 2800000, guid: b2d99a9d401fd1741b13f9abf1614c71, type: 3}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _LeftTex:
Expand Down Expand Up @@ -94,7 +94,7 @@ Material:
- _Mode: 0
- _OcclusionStrength: 1
- _Parallax: 0.02
- _Rotation: 308
- _Rotation: 0
- _SmoothnessTextureChannel: 0
- _SpecularHighlights: 1
- _SrcBlend: 1
Expand Down

0 comments on commit 897b50d

Please sign in to comment.