Skip to content

Commit

Permalink
Fix minor bugs
Browse files Browse the repository at this point in the history
Signed-off-by: TaigaTakano <[email protected]>
  • Loading branch information
TakanoTaiga committed Nov 11, 2023
1 parent 87e56e9 commit 3f4ff08
Show file tree
Hide file tree
Showing 18 changed files with 776 additions and 41 deletions.
4 changes: 2 additions & 2 deletions Assets/CoRE/Material/Field/Land.mat
Original file line number Diff line number Diff line change
Expand Up @@ -237,9 +237,9 @@ Material:
- _ZTestTransparent: 4
- _ZWrite: 1
m_Colors:
- _BaseColor: {r: 1, g: 1, b: 1, a: 1}
- _BaseColor: {r: 0.8396226, g: 0.8396226, b: 0.8396226, a: 1}
- _BaseColorMap_MipInfo: {r: 0, g: 0, b: 0, a: 0}
- _Color: {r: 1, g: 1, b: 1, a: 1}
- _Color: {r: 0.8396226, g: 0.8396226, b: 0.8396226, a: 1}
- _DiffusionProfileAsset: {r: 0, g: 0, b: 0, a: 0}
- _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0}
- _EmissionColor: {r: 1, g: 1, b: 1, a: 1}
Expand Down
21 changes: 7 additions & 14 deletions Assets/CoRE/Material/Field/Pillar.mat
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,14 @@
%TAG !u! tag:unity3d.com,2011:
--- !u!21 &2100000
Material:
serializedVersion: 8
serializedVersion: 6
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name: Pillar
m_Shader: {fileID: 4800000, guid: 6e4ae4064600d784cac1e41a9e6f2e59, type: 3}
m_Parent: {fileID: 0}
m_ModifiedSerializedProperties: 0
m_ValidKeywords:
- _DISABLE_SSR_TRANSPARENT
- _NORMALMAP_TANGENT_SPACE
m_InvalidKeywords: []
m_ShaderKeywords: _DISABLE_SSR_TRANSPARENT _NORMALMAP_TANGENT_SPACE
m_LightmapFlags: 4
m_EnableInstancingVariants: 0
m_DoubleSidedGI: 0
Expand All @@ -26,7 +21,6 @@ Material:
- TransparentBackface
- RayTracingPrepass
- MOTIONVECTORS
m_LockedProperties:
m_SavedProperties:
serializedVersion: 3
m_TexEnvs:
Expand Down Expand Up @@ -142,6 +136,8 @@ Material:
- _AlphaRemapMax: 1
- _AlphaRemapMin: 0
- _AlphaSrcBlend: 1
- _AlphaToMask: 0
- _AlphaToMaskInspectorValue: 0
- _Anisotropy: 0
- _BlendMode: 0
- _CoatMask: 0
Expand Down Expand Up @@ -213,9 +209,9 @@ Material:
- _StencilRefGBuffer: 10
- _StencilRefMV: 40
- _StencilWriteMask: 6
- _StencilWriteMaskDepth: 9
- _StencilWriteMaskGBuffer: 15
- _StencilWriteMaskMV: 41
- _StencilWriteMaskDepth: 8
- _StencilWriteMaskGBuffer: 14
- _StencilWriteMaskMV: 40
- _SubsurfaceMask: 1
- _SupportDecals: 1
- _SurfaceType: 0
Expand Down Expand Up @@ -271,6 +267,3 @@ MonoBehaviour:
m_Name:
m_EditorClassIdentifier:
version: 13
hdPluginSubTargetMaterialVersions:
m_Keys: []
m_Values:
4 changes: 2 additions & 2 deletions Assets/CoRE/Material/Light/Light.mat
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ Material:
- _DstBlend: 0
- _EmissiveColorMode: 1
- _EmissiveExposureWeight: 1
- _EmissiveIntensity: 1000
- _EmissiveIntensity: 2500
- _EmissiveIntensityUnit: 0
- _EnableBlendModePreserveSpecularLighting: 1
- _EnableFogOnTransparent: 1
Expand Down Expand Up @@ -233,7 +233,7 @@ Material:
- _DiffusionProfileAsset: {r: 0, g: 0, b: 0, a: 0}
- _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0}
- _EmissionColor: {r: 1, g: 1, b: 1, a: 1}
- _EmissiveColor: {r: 1000, g: 1000, b: 1000, a: 1000}
- _EmissiveColor: {r: 2500, g: 2500, b: 2500, a: 2500}
- _EmissiveColorLDR: {r: 1, g: 1, b: 1, a: 1}
- _InvPrimScale: {r: 1, g: 1, b: 0, a: 0}
- _IridescenceThicknessRemap: {r: 0, g: 1, b: 0, a: 0}
Expand Down
Loading

0 comments on commit 3f4ff08

Please sign in to comment.