diff options
author | chai <chaifix@163.com> | 2022-03-10 14:07:40 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2022-03-10 14:07:40 +0800 |
commit | 22891bf59032ba88262824255a706d652031384b (patch) | |
tree | 7595439ba9966c9402d37e37cee5e8cf098757d5 /Assets/ThirdParty/AmplifyShaderEditor/Plugins/Editor/Templates/TemplateMenuItems.cs | |
parent | 8b04ea73e540067f83870b61d89db4868fea5e8a (diff) |
* move folder
Diffstat (limited to 'Assets/ThirdParty/AmplifyShaderEditor/Plugins/Editor/Templates/TemplateMenuItems.cs')
-rw-r--r-- | Assets/ThirdParty/AmplifyShaderEditor/Plugins/Editor/Templates/TemplateMenuItems.cs | 50 |
1 files changed, 0 insertions, 50 deletions
diff --git a/Assets/ThirdParty/AmplifyShaderEditor/Plugins/Editor/Templates/TemplateMenuItems.cs b/Assets/ThirdParty/AmplifyShaderEditor/Plugins/Editor/Templates/TemplateMenuItems.cs deleted file mode 100644 index 920dc274..00000000 --- a/Assets/ThirdParty/AmplifyShaderEditor/Plugins/Editor/Templates/TemplateMenuItems.cs +++ /dev/null @@ -1,50 +0,0 @@ -// Amplify Shader Editor - Visual Shader Editing Tool -// Copyright (c) Amplify Creations, Lda <info@amplify.pt> -using UnityEditor; - -namespace AmplifyShaderEditor -{ - public class TemplateMenuItems - { - [MenuItem( "Assets/Create/Amplify Shader/Legacy/Unlit", false, 85 )] - public static void ApplyTemplateLegacyUnlit() - { - AmplifyShaderEditorWindow.CreateConfirmationTemplateShader( "0770190933193b94aaa3065e307002fa" ); - } - [MenuItem( "Assets/Create/Amplify Shader/Legacy/Post Process", false, 85 )] - public static void ApplyTemplateLegacyPostProcess() - { - AmplifyShaderEditorWindow.CreateConfirmationTemplateShader( "c71b220b631b6344493ea3cf87110c93" ); - } - [MenuItem( "Assets/Create/Amplify Shader/Deprecated/Legacy/Default Unlit", false, 85 )] - public static void ApplyTemplateDeprecatedLegacyDefaultUnlit() - { - AmplifyShaderEditorWindow.CreateConfirmationTemplateShader( "6e114a916ca3e4b4bb51972669d463bf" ); - } - [MenuItem( "Assets/Create/Amplify Shader/Legacy/Default UI", false, 85 )] - public static void ApplyTemplateLegacyDefaultUI() - { - AmplifyShaderEditorWindow.CreateConfirmationTemplateShader( "5056123faa0c79b47ab6ad7e8bf059a4" ); - } - [MenuItem( "Assets/Create/Amplify Shader/Legacy/Unlit Lightmap", false, 85 )] - public static void ApplyTemplateLegacyUnlitLightmap() - { - AmplifyShaderEditorWindow.CreateConfirmationTemplateShader( "899e609c083c74c4ca567477c39edef0" ); - } - [MenuItem( "Assets/Create/Amplify Shader/Legacy/Default Sprites", false, 85 )] - public static void ApplyTemplateLegacyDefaultSprites() - { - AmplifyShaderEditorWindow.CreateConfirmationTemplateShader( "0f8ba0101102bb14ebf021ddadce9b49" ); - } - [MenuItem( "Assets/Create/Amplify Shader/Legacy/Particles Alpha Blended", false, 85 )] - public static void ApplyTemplateLegacyParticlesAlphaBlended() - { - AmplifyShaderEditorWindow.CreateConfirmationTemplateShader( "0b6a9f8b4f707c74ca64c0be8e590de0" ); - } - [MenuItem( "Assets/Create/Amplify Shader/Legacy/Multi Pass Unlit", false, 85 )] - public static void ApplyTemplateLegacyMultiPassUnlit() - { - AmplifyShaderEditorWindow.CreateConfirmationTemplateShader( "e1de45c0d41f68c41b2cc20c8b9c05ef" ); - } - } -} |