From b82da95b5181ac8bbae38efb13e950d5e88a4caa Mon Sep 17 00:00:00 2001 From: chai Date: Fri, 23 Oct 2020 13:08:43 +0800 Subject: =?UTF-8?q?*=E7=A7=BB=E5=8A=A8amplify=20shader=20editor=E5=88=B0th?= =?UTF-8?q?ird=20party=E7=9B=AE=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../MaterializeFX/Materials/Shared/BetaBlack.mat | 127 +++++++++++++++++ .../Materials/Shared/BetaBlack.mat.meta | 10 ++ .../MaterializeFX/Materials/Shared/BetaWhite.mat | 76 +++++++++++ .../Materials/Shared/BetaWhite.mat.meta | 10 ++ .../Materials/Shared/CalibrationFloor.mat | 152 +++++++++++++++++++++ .../Materials/Shared/CalibrationFloor.mat.meta | 10 ++ 6 files changed, 385 insertions(+) create mode 100644 Assets/ThirdParty/MaterializeFX/Materials/Shared/BetaBlack.mat create mode 100644 Assets/ThirdParty/MaterializeFX/Materials/Shared/BetaBlack.mat.meta create mode 100644 Assets/ThirdParty/MaterializeFX/Materials/Shared/BetaWhite.mat create mode 100644 Assets/ThirdParty/MaterializeFX/Materials/Shared/BetaWhite.mat.meta create mode 100644 Assets/ThirdParty/MaterializeFX/Materials/Shared/CalibrationFloor.mat create mode 100644 Assets/ThirdParty/MaterializeFX/Materials/Shared/CalibrationFloor.mat.meta (limited to 'Assets/ThirdParty/MaterializeFX/Materials/Shared') diff --git a/Assets/ThirdParty/MaterializeFX/Materials/Shared/BetaBlack.mat b/Assets/ThirdParty/MaterializeFX/Materials/Shared/BetaBlack.mat new file mode 100644 index 00000000..87dbfc49 --- /dev/null +++ b/Assets/ThirdParty/MaterializeFX/Materials/Shared/BetaBlack.mat @@ -0,0 +1,127 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!21 &2100000 +Material: + serializedVersion: 6 + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 0} + m_PrefabInternal: {fileID: 0} + m_Name: BetaBlack + m_Shader: {fileID: 46, guid: 0000000000000000f000000000000000, type: 0} + m_ShaderKeywords: _EMISSION + m_LightmapFlags: 1 + m_CustomRenderQueue: -1 + stringTagMap: {} + m_SavedProperties: + serializedVersion: 2 + m_TexEnvs: + - first: + name: _BumpMap + second: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - first: + name: _DetailAlbedoMap + second: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - first: + name: _DetailMask + second: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - first: + name: _DetailNormalMap + second: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - first: + name: _EmissionMap + second: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - first: + name: _MainTex + second: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - first: + name: _MetallicGlossMap + second: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - first: + name: _OcclusionMap + second: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - first: + name: _ParallaxMap + second: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Floats: + - first: + name: _BumpScale + second: 1 + - first: + name: _Cutoff + second: 0.5 + - first: + name: _DetailNormalMapScale + second: 1 + - first: + name: _DstBlend + second: 0 + - first: + name: _GlossMapScale + second: 1 + - first: + name: _Glossiness + second: 0.5 + - first: + name: _GlossyReflections + second: 1 + - first: + name: _Metallic + second: 0 + - first: + name: _Mode + second: 0 + - first: + name: _OcclusionStrength + second: 1 + - first: + name: _Parallax + second: 0.02 + - first: + name: _SmoothnessTextureChannel + second: 0 + - first: + name: _SpecularHighlights + second: 1 + - first: + name: _SrcBlend + second: 1 + - first: + name: _UVSec + second: 0 + - first: + name: _ZWrite + second: 1 + m_Colors: + - first: + name: _Color + second: {r: 0, g: 0, b: 0, a: 1} + - first: + name: _EmissionColor + second: {r: 0, g: 0, b: 0, a: 1} diff --git a/Assets/ThirdParty/MaterializeFX/Materials/Shared/BetaBlack.mat.meta b/Assets/ThirdParty/MaterializeFX/Materials/Shared/BetaBlack.mat.meta new file mode 100644 index 00000000..318e7752 --- /dev/null +++ b/Assets/ThirdParty/MaterializeFX/Materials/Shared/BetaBlack.mat.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: c6058bbfa821db847b37fb333e01a39b +timeCreated: 1518974609 +licenseType: Store +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/ThirdParty/MaterializeFX/Materials/Shared/BetaWhite.mat b/Assets/ThirdParty/MaterializeFX/Materials/Shared/BetaWhite.mat new file mode 100644 index 00000000..4cd0ee4e --- /dev/null +++ b/Assets/ThirdParty/MaterializeFX/Materials/Shared/BetaWhite.mat @@ -0,0 +1,76 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!21 &2100000 +Material: + serializedVersion: 6 + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 0} + m_PrefabInternal: {fileID: 0} + m_Name: BetaWhite + m_Shader: {fileID: 46, guid: 0000000000000000f000000000000000, type: 0} + m_ShaderKeywords: _EMISSION + m_LightmapFlags: 1 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: {} + disabledShaderPasses: [] + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Floats: + - _BumpScale: 1 + - _Cutoff: 0.5 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _GlossMapScale: 1 + - _Glossiness: 0.412 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.02 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 1 + - _UVSec: 0 + - _ZWrite: 1 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} diff --git a/Assets/ThirdParty/MaterializeFX/Materials/Shared/BetaWhite.mat.meta b/Assets/ThirdParty/MaterializeFX/Materials/Shared/BetaWhite.mat.meta new file mode 100644 index 00000000..851b456f --- /dev/null +++ b/Assets/ThirdParty/MaterializeFX/Materials/Shared/BetaWhite.mat.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: 73824082192159247b31139def086220 +timeCreated: 1518974610 +licenseType: Store +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/ThirdParty/MaterializeFX/Materials/Shared/CalibrationFloor.mat b/Assets/ThirdParty/MaterializeFX/Materials/Shared/CalibrationFloor.mat new file mode 100644 index 00000000..c9b8587a --- /dev/null +++ b/Assets/ThirdParty/MaterializeFX/Materials/Shared/CalibrationFloor.mat @@ -0,0 +1,152 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!21 &2100000 +Material: + serializedVersion: 6 + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 0} + m_PrefabInternal: {fileID: 0} + m_Name: CalibrationFloor + m_Shader: {fileID: 45, guid: 0000000000000000f000000000000000, type: 0} + m_ShaderKeywords: _EMISSION _LIGHTMAPPING_DYNAMIC_LIGHTMAPS _LIGHTMAPPING_REALTIME + _SPECGLOSSMAP _UVSEC_UV1 + m_LightmapFlags: 1 + m_CustomRenderQueue: -1 + stringTagMap: {} + m_SavedProperties: + serializedVersion: 2 + m_TexEnvs: + - first: + name: _BumpMap + second: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - first: + name: _DetailAlbedoMap + second: + m_Texture: {fileID: 0} + m_Scale: {x: 10, y: 10} + m_Offset: {x: 0, y: 0} + - first: + name: _DetailMask + second: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - first: + name: _DetailNormalMap + second: + m_Texture: {fileID: 2800000, guid: 768fa469bdce74c4984c44cbb180b832, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - first: + name: _EmissionMap + second: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - first: + name: _MainTex + second: + m_Texture: {fileID: 2800000, guid: a9f953c7353804247b8c3ed6e1c46a2e, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - first: + name: _Occlusion + second: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - first: + name: _OcclusionMap + second: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - first: + name: _ParallaxMap + second: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - first: + name: _SpecGlossMap + second: + m_Texture: {fileID: 2800000, guid: f6df8509372384f48bb3fa1a762ba9b3, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Floats: + - first: + name: _AlphaTestRef + second: 0.5 + - first: + name: _BumpScale + second: 1 + - first: + name: _Cutoff + second: 0.5 + - first: + name: _DetailNormalMapScale + second: 0.3 + - first: + name: _DstBlend + second: 0 + - first: + name: _EmissionScaleUI + second: 1 + - first: + name: _GlossMapScale + second: 1 + - first: + name: _Glossiness + second: 0.35 + - first: + name: _GlossyReflections + second: 1 + - first: + name: _Lightmapping + second: 1 + - first: + name: _Mode + second: 0 + - first: + name: _OcclusionStrength + second: 1 + - first: + name: _Parallax + second: 0.02 + - first: + name: _SmoothnessTextureChannel + second: 0 + - first: + name: _SpecularHighlights + second: 1 + - first: + name: _SrcBlend + second: 1 + - first: + name: _UVSec + second: 0 + - first: + name: _ZWrite + second: 1 + m_Colors: + - first: + name: _Color + second: {r: 0.8715398, g: 0.8768106, b: 0.9117647, a: 1} + - first: + name: _EmissionColor + second: {r: 0, g: 0, b: 0, a: 0.99999994} + - first: + name: _EmissionColorUI + second: {r: 0, g: 0, b: 0, a: 1} + - first: + name: _EmissionColorWithMapUI + second: {r: 1, g: 1, b: 1, a: 1} + - first: + name: _SpecColor + second: {r: 0.2, g: 0.2, b: 0.2, a: 1} + - first: + name: _SpecularColor + second: {r: 0.11764706, g: 0.11764706, b: 0.11764706, a: 1} diff --git a/Assets/ThirdParty/MaterializeFX/Materials/Shared/CalibrationFloor.mat.meta b/Assets/ThirdParty/MaterializeFX/Materials/Shared/CalibrationFloor.mat.meta new file mode 100644 index 00000000..eea602f3 --- /dev/null +++ b/Assets/ThirdParty/MaterializeFX/Materials/Shared/CalibrationFloor.mat.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: dd9f7b370ab37414f8e079528ccd954d +timeCreated: 1481127070 +licenseType: Store +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 0 + userData: + assetBundleName: + assetBundleVariant: -- cgit v1.1-26-g67d0