From 22891bf59032ba88262824255a706d652031384b Mon Sep 17 00:00:00 2001 From: chai Date: Thu, 10 Mar 2022 14:07:40 +0800 Subject: * move folder --- .../Runtime/GLTF/PreExportShaders_GLTF.cs | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 Assets/ThirdParty/VRM/VRMShaders/ShaderProperty/Runtime/GLTF/PreExportShaders_GLTF.cs (limited to 'Assets/ThirdParty/VRM/VRMShaders/ShaderProperty/Runtime/GLTF/PreExportShaders_GLTF.cs') diff --git a/Assets/ThirdParty/VRM/VRMShaders/ShaderProperty/Runtime/GLTF/PreExportShaders_GLTF.cs b/Assets/ThirdParty/VRM/VRMShaders/ShaderProperty/Runtime/GLTF/PreExportShaders_GLTF.cs deleted file mode 100644 index f6fcb767..00000000 --- a/Assets/ThirdParty/VRM/VRMShaders/ShaderProperty/Runtime/GLTF/PreExportShaders_GLTF.cs +++ /dev/null @@ -1,20 +0,0 @@ -namespace UniGLTF.ShaderPropExporter -{ - public static partial class PreExportShaders - { - const string GLTF_FOLDER = "GLTF"; - -#pragma warning disable 414 - [PreExportShaders] - static SupportedShader[] SupportedShaders = new SupportedShader[] - { - new SupportedShader(GLTF_FOLDER, "Standard"), - new SupportedShader(GLTF_FOLDER, "Unlit/Color"), - new SupportedShader(GLTF_FOLDER, "Unlit/Texture"), - new SupportedShader(GLTF_FOLDER, "Unlit/Transparent"), - new SupportedShader(GLTF_FOLDER, "Unlit/Transparent Cutout"), - new SupportedShader(GLTF_FOLDER, "UniGLTF/UniUnlit"), - }; -#pragma warning restore 414 - } -} -- cgit v1.1-26-g67d0