From c8f8330f9012fd807652ef4f312ebfbdf2e01a1e Mon Sep 17 00:00:00 2001 From: Masataka SUMI Date: Mon, 29 Jul 2024 20:05:32 +0900 Subject: [PATCH] Extract MToon10 shaders from the Resources directory --- Assets/VRM10/MToon10/Resources.meta | 8 -------- .../VRM10/MToon10/{Resources/VRM10.meta => Shaders.meta} | 0 .../VRM10 => Shaders}/vrmc_materials_mtoon.shader | 0 .../VRM10 => Shaders}/vrmc_materials_mtoon.shader.meta | 0 .../VRM10 => Shaders}/vrmc_materials_mtoon_attribute.hlsl | 0 .../vrmc_materials_mtoon_attribute.hlsl.meta | 0 .../VRM10 => Shaders}/vrmc_materials_mtoon_define.hlsl | 0 .../vrmc_materials_mtoon_define.hlsl.meta | 0 .../vrmc_materials_mtoon_depthnormals_fragment.hlsl | 0 .../vrmc_materials_mtoon_depthnormals_fragment.hlsl.meta | 0 .../vrmc_materials_mtoon_depthnormals_vertex.hlsl | 0 .../vrmc_materials_mtoon_depthnormals_vertex.hlsl.meta | 0 .../vrmc_materials_mtoon_depthonly_fragment.hlsl | 0 .../vrmc_materials_mtoon_depthonly_fragment.hlsl.meta | 0 .../vrmc_materials_mtoon_depthonly_vertex.hlsl | 0 .../vrmc_materials_mtoon_depthonly_vertex.hlsl.meta | 0 .../vrmc_materials_mtoon_forward_fragment.hlsl | 0 .../vrmc_materials_mtoon_forward_fragment.hlsl.meta | 0 .../vrmc_materials_mtoon_forward_vertex.hlsl | 0 .../vrmc_materials_mtoon_forward_vertex.hlsl.meta | 0 .../vrmc_materials_mtoon_geometry_alpha.hlsl | 0 .../vrmc_materials_mtoon_geometry_alpha.hlsl.meta | 0 .../vrmc_materials_mtoon_geometry_normal.hlsl | 0 .../vrmc_materials_mtoon_geometry_normal.hlsl.meta | 0 .../vrmc_materials_mtoon_geometry_uv.hlsl | 0 .../vrmc_materials_mtoon_geometry_uv.hlsl.meta | 0 .../vrmc_materials_mtoon_geometry_vertex.hlsl | 0 .../vrmc_materials_mtoon_geometry_vertex.hlsl.meta | 0 .../VRM10 => Shaders}/vrmc_materials_mtoon_input.hlsl | 0 .../vrmc_materials_mtoon_input.hlsl.meta | 0 .../vrmc_materials_mtoon_lighting_mtoon.hlsl | 0 .../vrmc_materials_mtoon_lighting_mtoon.hlsl.meta | 0 .../vrmc_materials_mtoon_lighting_unity.hlsl | 0 .../vrmc_materials_mtoon_lighting_unity.hlsl.meta | 0 .../vrmc_materials_mtoon_render_pipeline.hlsl | 0 .../vrmc_materials_mtoon_render_pipeline.hlsl.meta | 0 .../vrmc_materials_mtoon_shadowcaster_fragment.hlsl | 0 .../vrmc_materials_mtoon_shadowcaster_fragment.hlsl.meta | 0 .../vrmc_materials_mtoon_shadowcaster_vertex.hlsl | 0 .../vrmc_materials_mtoon_shadowcaster_vertex.hlsl.meta | 0 .../VRM10 => Shaders}/vrmc_materials_mtoon_urp.shader | 0 .../vrmc_materials_mtoon_urp.shader.meta | 0 .../VRM10 => Shaders}/vrmc_materials_mtoon_utility.hlsl | 0 .../vrmc_materials_mtoon_utility.hlsl.meta | 0 44 files changed, 8 deletions(-) delete mode 100644 Assets/VRM10/MToon10/Resources.meta rename Assets/VRM10/MToon10/{Resources/VRM10.meta => Shaders.meta} (100%) rename Assets/VRM10/MToon10/{Resources/VRM10 => Shaders}/vrmc_materials_mtoon.shader (100%) rename Assets/VRM10/MToon10/{Resources/VRM10 => Shaders}/vrmc_materials_mtoon.shader.meta (100%) rename Assets/VRM10/MToon10/{Resources/VRM10 => Shaders}/vrmc_materials_mtoon_attribute.hlsl (100%) rename Assets/VRM10/MToon10/{Resources/VRM10 => Shaders}/vrmc_materials_mtoon_attribute.hlsl.meta (100%) rename Assets/VRM10/MToon10/{Resources/VRM10 => Shaders}/vrmc_materials_mtoon_define.hlsl (100%) rename Assets/VRM10/MToon10/{Resources/VRM10 => Shaders}/vrmc_materials_mtoon_define.hlsl.meta (100%) rename Assets/VRM10/MToon10/{Resources/VRM10 => Shaders}/vrmc_materials_mtoon_depthnormals_fragment.hlsl (100%) rename Assets/VRM10/MToon10/{Resources/VRM10 => Shaders}/vrmc_materials_mtoon_depthnormals_fragment.hlsl.meta (100%) rename Assets/VRM10/MToon10/{Resources/VRM10 => Shaders}/vrmc_materials_mtoon_depthnormals_vertex.hlsl (100%) rename Assets/VRM10/MToon10/{Resources/VRM10 => Shaders}/vrmc_materials_mtoon_depthnormals_vertex.hlsl.meta (100%) rename Assets/VRM10/MToon10/{Resources/VRM10 => Shaders}/vrmc_materials_mtoon_depthonly_fragment.hlsl (100%) rename Assets/VRM10/MToon10/{Resources/VRM10 => Shaders}/vrmc_materials_mtoon_depthonly_fragment.hlsl.meta (100%) rename Assets/VRM10/MToon10/{Resources/VRM10 => Shaders}/vrmc_materials_mtoon_depthonly_vertex.hlsl (100%) rename Assets/VRM10/MToon10/{Resources/VRM10 => Shaders}/vrmc_materials_mtoon_depthonly_vertex.hlsl.meta (100%) rename Assets/VRM10/MToon10/{Resources/VRM10 => Shaders}/vrmc_materials_mtoon_forward_fragment.hlsl (100%) rename Assets/VRM10/MToon10/{Resources/VRM10 => Shaders}/vrmc_materials_mtoon_forward_fragment.hlsl.meta (100%) rename Assets/VRM10/MToon10/{Resources/VRM10 => Shaders}/vrmc_materials_mtoon_forward_vertex.hlsl (100%) rename Assets/VRM10/MToon10/{Resources/VRM10 => Shaders}/vrmc_materials_mtoon_forward_vertex.hlsl.meta (100%) rename Assets/VRM10/MToon10/{Resources/VRM10 => Shaders}/vrmc_materials_mtoon_geometry_alpha.hlsl (100%) rename Assets/VRM10/MToon10/{Resources/VRM10 => Shaders}/vrmc_materials_mtoon_geometry_alpha.hlsl.meta (100%) rename Assets/VRM10/MToon10/{Resources/VRM10 => Shaders}/vrmc_materials_mtoon_geometry_normal.hlsl (100%) rename Assets/VRM10/MToon10/{Resources/VRM10 => Shaders}/vrmc_materials_mtoon_geometry_normal.hlsl.meta (100%) rename Assets/VRM10/MToon10/{Resources/VRM10 => Shaders}/vrmc_materials_mtoon_geometry_uv.hlsl (100%) rename Assets/VRM10/MToon10/{Resources/VRM10 => Shaders}/vrmc_materials_mtoon_geometry_uv.hlsl.meta (100%) rename Assets/VRM10/MToon10/{Resources/VRM10 => Shaders}/vrmc_materials_mtoon_geometry_vertex.hlsl (100%) rename Assets/VRM10/MToon10/{Resources/VRM10 => Shaders}/vrmc_materials_mtoon_geometry_vertex.hlsl.meta (100%) rename Assets/VRM10/MToon10/{Resources/VRM10 => Shaders}/vrmc_materials_mtoon_input.hlsl (100%) rename Assets/VRM10/MToon10/{Resources/VRM10 => Shaders}/vrmc_materials_mtoon_input.hlsl.meta (100%) rename Assets/VRM10/MToon10/{Resources/VRM10 => Shaders}/vrmc_materials_mtoon_lighting_mtoon.hlsl (100%) rename Assets/VRM10/MToon10/{Resources/VRM10 => Shaders}/vrmc_materials_mtoon_lighting_mtoon.hlsl.meta (100%) rename Assets/VRM10/MToon10/{Resources/VRM10 => Shaders}/vrmc_materials_mtoon_lighting_unity.hlsl (100%) rename Assets/VRM10/MToon10/{Resources/VRM10 => Shaders}/vrmc_materials_mtoon_lighting_unity.hlsl.meta (100%) rename Assets/VRM10/MToon10/{Resources/VRM10 => Shaders}/vrmc_materials_mtoon_render_pipeline.hlsl (100%) rename Assets/VRM10/MToon10/{Resources/VRM10 => Shaders}/vrmc_materials_mtoon_render_pipeline.hlsl.meta (100%) rename Assets/VRM10/MToon10/{Resources/VRM10 => Shaders}/vrmc_materials_mtoon_shadowcaster_fragment.hlsl (100%) rename Assets/VRM10/MToon10/{Resources/VRM10 => Shaders}/vrmc_materials_mtoon_shadowcaster_fragment.hlsl.meta (100%) rename Assets/VRM10/MToon10/{Resources/VRM10 => Shaders}/vrmc_materials_mtoon_shadowcaster_vertex.hlsl (100%) rename Assets/VRM10/MToon10/{Resources/VRM10 => Shaders}/vrmc_materials_mtoon_shadowcaster_vertex.hlsl.meta (100%) rename Assets/VRM10/MToon10/{Resources/VRM10 => Shaders}/vrmc_materials_mtoon_urp.shader (100%) rename Assets/VRM10/MToon10/{Resources/VRM10 => Shaders}/vrmc_materials_mtoon_urp.shader.meta (100%) rename Assets/VRM10/MToon10/{Resources/VRM10 => Shaders}/vrmc_materials_mtoon_utility.hlsl (100%) rename Assets/VRM10/MToon10/{Resources/VRM10 => Shaders}/vrmc_materials_mtoon_utility.hlsl.meta (100%) diff --git a/Assets/VRM10/MToon10/Resources.meta b/Assets/VRM10/MToon10/Resources.meta deleted file mode 100644 index 6b69de785..000000000 --- a/Assets/VRM10/MToon10/Resources.meta +++ /dev/null @@ -1,8 +0,0 @@ -fileFormatVersion: 2 -guid: d5b5138c63fcb784595ae54e08a0e9e7 -folderAsset: yes -DefaultImporter: - externalObjects: {} - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/VRM10/MToon10/Resources/VRM10.meta b/Assets/VRM10/MToon10/Shaders.meta similarity index 100% rename from Assets/VRM10/MToon10/Resources/VRM10.meta rename to Assets/VRM10/MToon10/Shaders.meta diff --git a/Assets/VRM10/MToon10/Resources/VRM10/vrmc_materials_mtoon.shader b/Assets/VRM10/MToon10/Shaders/vrmc_materials_mtoon.shader similarity index 100% rename from Assets/VRM10/MToon10/Resources/VRM10/vrmc_materials_mtoon.shader rename to Assets/VRM10/MToon10/Shaders/vrmc_materials_mtoon.shader diff --git a/Assets/VRM10/MToon10/Resources/VRM10/vrmc_materials_mtoon.shader.meta b/Assets/VRM10/MToon10/Shaders/vrmc_materials_mtoon.shader.meta similarity index 100% rename from Assets/VRM10/MToon10/Resources/VRM10/vrmc_materials_mtoon.shader.meta rename to Assets/VRM10/MToon10/Shaders/vrmc_materials_mtoon.shader.meta diff --git a/Assets/VRM10/MToon10/Resources/VRM10/vrmc_materials_mtoon_attribute.hlsl b/Assets/VRM10/MToon10/Shaders/vrmc_materials_mtoon_attribute.hlsl similarity index 100% rename from Assets/VRM10/MToon10/Resources/VRM10/vrmc_materials_mtoon_attribute.hlsl rename to Assets/VRM10/MToon10/Shaders/vrmc_materials_mtoon_attribute.hlsl diff --git a/Assets/VRM10/MToon10/Resources/VRM10/vrmc_materials_mtoon_attribute.hlsl.meta b/Assets/VRM10/MToon10/Shaders/vrmc_materials_mtoon_attribute.hlsl.meta similarity index 100% rename from Assets/VRM10/MToon10/Resources/VRM10/vrmc_materials_mtoon_attribute.hlsl.meta rename to Assets/VRM10/MToon10/Shaders/vrmc_materials_mtoon_attribute.hlsl.meta diff --git a/Assets/VRM10/MToon10/Resources/VRM10/vrmc_materials_mtoon_define.hlsl b/Assets/VRM10/MToon10/Shaders/vrmc_materials_mtoon_define.hlsl similarity index 100% rename from Assets/VRM10/MToon10/Resources/VRM10/vrmc_materials_mtoon_define.hlsl rename to Assets/VRM10/MToon10/Shaders/vrmc_materials_mtoon_define.hlsl diff --git a/Assets/VRM10/MToon10/Resources/VRM10/vrmc_materials_mtoon_define.hlsl.meta b/Assets/VRM10/MToon10/Shaders/vrmc_materials_mtoon_define.hlsl.meta similarity index 100% rename from Assets/VRM10/MToon10/Resources/VRM10/vrmc_materials_mtoon_define.hlsl.meta rename to Assets/VRM10/MToon10/Shaders/vrmc_materials_mtoon_define.hlsl.meta diff --git a/Assets/VRM10/MToon10/Resources/VRM10/vrmc_materials_mtoon_depthnormals_fragment.hlsl b/Assets/VRM10/MToon10/Shaders/vrmc_materials_mtoon_depthnormals_fragment.hlsl similarity index 100% rename from Assets/VRM10/MToon10/Resources/VRM10/vrmc_materials_mtoon_depthnormals_fragment.hlsl rename to Assets/VRM10/MToon10/Shaders/vrmc_materials_mtoon_depthnormals_fragment.hlsl diff --git a/Assets/VRM10/MToon10/Resources/VRM10/vrmc_materials_mtoon_depthnormals_fragment.hlsl.meta b/Assets/VRM10/MToon10/Shaders/vrmc_materials_mtoon_depthnormals_fragment.hlsl.meta similarity index 100% rename from Assets/VRM10/MToon10/Resources/VRM10/vrmc_materials_mtoon_depthnormals_fragment.hlsl.meta rename to Assets/VRM10/MToon10/Shaders/vrmc_materials_mtoon_depthnormals_fragment.hlsl.meta diff --git a/Assets/VRM10/MToon10/Resources/VRM10/vrmc_materials_mtoon_depthnormals_vertex.hlsl b/Assets/VRM10/MToon10/Shaders/vrmc_materials_mtoon_depthnormals_vertex.hlsl similarity index 100% rename from Assets/VRM10/MToon10/Resources/VRM10/vrmc_materials_mtoon_depthnormals_vertex.hlsl rename to Assets/VRM10/MToon10/Shaders/vrmc_materials_mtoon_depthnormals_vertex.hlsl diff --git a/Assets/VRM10/MToon10/Resources/VRM10/vrmc_materials_mtoon_depthnormals_vertex.hlsl.meta b/Assets/VRM10/MToon10/Shaders/vrmc_materials_mtoon_depthnormals_vertex.hlsl.meta similarity index 100% rename from Assets/VRM10/MToon10/Resources/VRM10/vrmc_materials_mtoon_depthnormals_vertex.hlsl.meta rename to Assets/VRM10/MToon10/Shaders/vrmc_materials_mtoon_depthnormals_vertex.hlsl.meta diff --git a/Assets/VRM10/MToon10/Resources/VRM10/vrmc_materials_mtoon_depthonly_fragment.hlsl b/Assets/VRM10/MToon10/Shaders/vrmc_materials_mtoon_depthonly_fragment.hlsl similarity index 100% rename from Assets/VRM10/MToon10/Resources/VRM10/vrmc_materials_mtoon_depthonly_fragment.hlsl rename to Assets/VRM10/MToon10/Shaders/vrmc_materials_mtoon_depthonly_fragment.hlsl diff --git a/Assets/VRM10/MToon10/Resources/VRM10/vrmc_materials_mtoon_depthonly_fragment.hlsl.meta b/Assets/VRM10/MToon10/Shaders/vrmc_materials_mtoon_depthonly_fragment.hlsl.meta similarity index 100% rename from Assets/VRM10/MToon10/Resources/VRM10/vrmc_materials_mtoon_depthonly_fragment.hlsl.meta rename to Assets/VRM10/MToon10/Shaders/vrmc_materials_mtoon_depthonly_fragment.hlsl.meta diff --git a/Assets/VRM10/MToon10/Resources/VRM10/vrmc_materials_mtoon_depthonly_vertex.hlsl b/Assets/VRM10/MToon10/Shaders/vrmc_materials_mtoon_depthonly_vertex.hlsl similarity index 100% rename from Assets/VRM10/MToon10/Resources/VRM10/vrmc_materials_mtoon_depthonly_vertex.hlsl rename to Assets/VRM10/MToon10/Shaders/vrmc_materials_mtoon_depthonly_vertex.hlsl diff --git a/Assets/VRM10/MToon10/Resources/VRM10/vrmc_materials_mtoon_depthonly_vertex.hlsl.meta b/Assets/VRM10/MToon10/Shaders/vrmc_materials_mtoon_depthonly_vertex.hlsl.meta similarity index 100% rename from Assets/VRM10/MToon10/Resources/VRM10/vrmc_materials_mtoon_depthonly_vertex.hlsl.meta rename to Assets/VRM10/MToon10/Shaders/vrmc_materials_mtoon_depthonly_vertex.hlsl.meta diff --git a/Assets/VRM10/MToon10/Resources/VRM10/vrmc_materials_mtoon_forward_fragment.hlsl b/Assets/VRM10/MToon10/Shaders/vrmc_materials_mtoon_forward_fragment.hlsl similarity index 100% rename from Assets/VRM10/MToon10/Resources/VRM10/vrmc_materials_mtoon_forward_fragment.hlsl rename to Assets/VRM10/MToon10/Shaders/vrmc_materials_mtoon_forward_fragment.hlsl diff --git a/Assets/VRM10/MToon10/Resources/VRM10/vrmc_materials_mtoon_forward_fragment.hlsl.meta b/Assets/VRM10/MToon10/Shaders/vrmc_materials_mtoon_forward_fragment.hlsl.meta similarity index 100% rename from Assets/VRM10/MToon10/Resources/VRM10/vrmc_materials_mtoon_forward_fragment.hlsl.meta rename to Assets/VRM10/MToon10/Shaders/vrmc_materials_mtoon_forward_fragment.hlsl.meta diff --git a/Assets/VRM10/MToon10/Resources/VRM10/vrmc_materials_mtoon_forward_vertex.hlsl b/Assets/VRM10/MToon10/Shaders/vrmc_materials_mtoon_forward_vertex.hlsl similarity index 100% rename from Assets/VRM10/MToon10/Resources/VRM10/vrmc_materials_mtoon_forward_vertex.hlsl rename to Assets/VRM10/MToon10/Shaders/vrmc_materials_mtoon_forward_vertex.hlsl diff --git a/Assets/VRM10/MToon10/Resources/VRM10/vrmc_materials_mtoon_forward_vertex.hlsl.meta b/Assets/VRM10/MToon10/Shaders/vrmc_materials_mtoon_forward_vertex.hlsl.meta similarity index 100% rename from Assets/VRM10/MToon10/Resources/VRM10/vrmc_materials_mtoon_forward_vertex.hlsl.meta rename to Assets/VRM10/MToon10/Shaders/vrmc_materials_mtoon_forward_vertex.hlsl.meta diff --git a/Assets/VRM10/MToon10/Resources/VRM10/vrmc_materials_mtoon_geometry_alpha.hlsl b/Assets/VRM10/MToon10/Shaders/vrmc_materials_mtoon_geometry_alpha.hlsl similarity index 100% rename from Assets/VRM10/MToon10/Resources/VRM10/vrmc_materials_mtoon_geometry_alpha.hlsl rename to Assets/VRM10/MToon10/Shaders/vrmc_materials_mtoon_geometry_alpha.hlsl diff --git a/Assets/VRM10/MToon10/Resources/VRM10/vrmc_materials_mtoon_geometry_alpha.hlsl.meta b/Assets/VRM10/MToon10/Shaders/vrmc_materials_mtoon_geometry_alpha.hlsl.meta similarity index 100% rename from Assets/VRM10/MToon10/Resources/VRM10/vrmc_materials_mtoon_geometry_alpha.hlsl.meta rename to Assets/VRM10/MToon10/Shaders/vrmc_materials_mtoon_geometry_alpha.hlsl.meta diff --git a/Assets/VRM10/MToon10/Resources/VRM10/vrmc_materials_mtoon_geometry_normal.hlsl b/Assets/VRM10/MToon10/Shaders/vrmc_materials_mtoon_geometry_normal.hlsl similarity index 100% rename from Assets/VRM10/MToon10/Resources/VRM10/vrmc_materials_mtoon_geometry_normal.hlsl rename to Assets/VRM10/MToon10/Shaders/vrmc_materials_mtoon_geometry_normal.hlsl diff --git a/Assets/VRM10/MToon10/Resources/VRM10/vrmc_materials_mtoon_geometry_normal.hlsl.meta b/Assets/VRM10/MToon10/Shaders/vrmc_materials_mtoon_geometry_normal.hlsl.meta similarity index 100% rename from Assets/VRM10/MToon10/Resources/VRM10/vrmc_materials_mtoon_geometry_normal.hlsl.meta rename to Assets/VRM10/MToon10/Shaders/vrmc_materials_mtoon_geometry_normal.hlsl.meta diff --git a/Assets/VRM10/MToon10/Resources/VRM10/vrmc_materials_mtoon_geometry_uv.hlsl b/Assets/VRM10/MToon10/Shaders/vrmc_materials_mtoon_geometry_uv.hlsl similarity index 100% rename from Assets/VRM10/MToon10/Resources/VRM10/vrmc_materials_mtoon_geometry_uv.hlsl rename to Assets/VRM10/MToon10/Shaders/vrmc_materials_mtoon_geometry_uv.hlsl diff --git a/Assets/VRM10/MToon10/Resources/VRM10/vrmc_materials_mtoon_geometry_uv.hlsl.meta b/Assets/VRM10/MToon10/Shaders/vrmc_materials_mtoon_geometry_uv.hlsl.meta similarity index 100% rename from Assets/VRM10/MToon10/Resources/VRM10/vrmc_materials_mtoon_geometry_uv.hlsl.meta rename to Assets/VRM10/MToon10/Shaders/vrmc_materials_mtoon_geometry_uv.hlsl.meta diff --git a/Assets/VRM10/MToon10/Resources/VRM10/vrmc_materials_mtoon_geometry_vertex.hlsl b/Assets/VRM10/MToon10/Shaders/vrmc_materials_mtoon_geometry_vertex.hlsl similarity index 100% rename from Assets/VRM10/MToon10/Resources/VRM10/vrmc_materials_mtoon_geometry_vertex.hlsl rename to Assets/VRM10/MToon10/Shaders/vrmc_materials_mtoon_geometry_vertex.hlsl diff --git a/Assets/VRM10/MToon10/Resources/VRM10/vrmc_materials_mtoon_geometry_vertex.hlsl.meta b/Assets/VRM10/MToon10/Shaders/vrmc_materials_mtoon_geometry_vertex.hlsl.meta similarity index 100% rename from Assets/VRM10/MToon10/Resources/VRM10/vrmc_materials_mtoon_geometry_vertex.hlsl.meta rename to Assets/VRM10/MToon10/Shaders/vrmc_materials_mtoon_geometry_vertex.hlsl.meta diff --git a/Assets/VRM10/MToon10/Resources/VRM10/vrmc_materials_mtoon_input.hlsl b/Assets/VRM10/MToon10/Shaders/vrmc_materials_mtoon_input.hlsl similarity index 100% rename from Assets/VRM10/MToon10/Resources/VRM10/vrmc_materials_mtoon_input.hlsl rename to Assets/VRM10/MToon10/Shaders/vrmc_materials_mtoon_input.hlsl diff --git a/Assets/VRM10/MToon10/Resources/VRM10/vrmc_materials_mtoon_input.hlsl.meta b/Assets/VRM10/MToon10/Shaders/vrmc_materials_mtoon_input.hlsl.meta similarity index 100% rename from Assets/VRM10/MToon10/Resources/VRM10/vrmc_materials_mtoon_input.hlsl.meta rename to Assets/VRM10/MToon10/Shaders/vrmc_materials_mtoon_input.hlsl.meta diff --git a/Assets/VRM10/MToon10/Resources/VRM10/vrmc_materials_mtoon_lighting_mtoon.hlsl b/Assets/VRM10/MToon10/Shaders/vrmc_materials_mtoon_lighting_mtoon.hlsl similarity index 100% rename from Assets/VRM10/MToon10/Resources/VRM10/vrmc_materials_mtoon_lighting_mtoon.hlsl rename to Assets/VRM10/MToon10/Shaders/vrmc_materials_mtoon_lighting_mtoon.hlsl diff --git a/Assets/VRM10/MToon10/Resources/VRM10/vrmc_materials_mtoon_lighting_mtoon.hlsl.meta b/Assets/VRM10/MToon10/Shaders/vrmc_materials_mtoon_lighting_mtoon.hlsl.meta similarity index 100% rename from Assets/VRM10/MToon10/Resources/VRM10/vrmc_materials_mtoon_lighting_mtoon.hlsl.meta rename to Assets/VRM10/MToon10/Shaders/vrmc_materials_mtoon_lighting_mtoon.hlsl.meta diff --git a/Assets/VRM10/MToon10/Resources/VRM10/vrmc_materials_mtoon_lighting_unity.hlsl b/Assets/VRM10/MToon10/Shaders/vrmc_materials_mtoon_lighting_unity.hlsl similarity index 100% rename from Assets/VRM10/MToon10/Resources/VRM10/vrmc_materials_mtoon_lighting_unity.hlsl rename to Assets/VRM10/MToon10/Shaders/vrmc_materials_mtoon_lighting_unity.hlsl diff --git a/Assets/VRM10/MToon10/Resources/VRM10/vrmc_materials_mtoon_lighting_unity.hlsl.meta b/Assets/VRM10/MToon10/Shaders/vrmc_materials_mtoon_lighting_unity.hlsl.meta similarity index 100% rename from Assets/VRM10/MToon10/Resources/VRM10/vrmc_materials_mtoon_lighting_unity.hlsl.meta rename to Assets/VRM10/MToon10/Shaders/vrmc_materials_mtoon_lighting_unity.hlsl.meta diff --git a/Assets/VRM10/MToon10/Resources/VRM10/vrmc_materials_mtoon_render_pipeline.hlsl b/Assets/VRM10/MToon10/Shaders/vrmc_materials_mtoon_render_pipeline.hlsl similarity index 100% rename from Assets/VRM10/MToon10/Resources/VRM10/vrmc_materials_mtoon_render_pipeline.hlsl rename to Assets/VRM10/MToon10/Shaders/vrmc_materials_mtoon_render_pipeline.hlsl diff --git a/Assets/VRM10/MToon10/Resources/VRM10/vrmc_materials_mtoon_render_pipeline.hlsl.meta b/Assets/VRM10/MToon10/Shaders/vrmc_materials_mtoon_render_pipeline.hlsl.meta similarity index 100% rename from Assets/VRM10/MToon10/Resources/VRM10/vrmc_materials_mtoon_render_pipeline.hlsl.meta rename to Assets/VRM10/MToon10/Shaders/vrmc_materials_mtoon_render_pipeline.hlsl.meta diff --git a/Assets/VRM10/MToon10/Resources/VRM10/vrmc_materials_mtoon_shadowcaster_fragment.hlsl b/Assets/VRM10/MToon10/Shaders/vrmc_materials_mtoon_shadowcaster_fragment.hlsl similarity index 100% rename from Assets/VRM10/MToon10/Resources/VRM10/vrmc_materials_mtoon_shadowcaster_fragment.hlsl rename to Assets/VRM10/MToon10/Shaders/vrmc_materials_mtoon_shadowcaster_fragment.hlsl diff --git a/Assets/VRM10/MToon10/Resources/VRM10/vrmc_materials_mtoon_shadowcaster_fragment.hlsl.meta b/Assets/VRM10/MToon10/Shaders/vrmc_materials_mtoon_shadowcaster_fragment.hlsl.meta similarity index 100% rename from Assets/VRM10/MToon10/Resources/VRM10/vrmc_materials_mtoon_shadowcaster_fragment.hlsl.meta rename to Assets/VRM10/MToon10/Shaders/vrmc_materials_mtoon_shadowcaster_fragment.hlsl.meta diff --git a/Assets/VRM10/MToon10/Resources/VRM10/vrmc_materials_mtoon_shadowcaster_vertex.hlsl b/Assets/VRM10/MToon10/Shaders/vrmc_materials_mtoon_shadowcaster_vertex.hlsl similarity index 100% rename from Assets/VRM10/MToon10/Resources/VRM10/vrmc_materials_mtoon_shadowcaster_vertex.hlsl rename to Assets/VRM10/MToon10/Shaders/vrmc_materials_mtoon_shadowcaster_vertex.hlsl diff --git a/Assets/VRM10/MToon10/Resources/VRM10/vrmc_materials_mtoon_shadowcaster_vertex.hlsl.meta b/Assets/VRM10/MToon10/Shaders/vrmc_materials_mtoon_shadowcaster_vertex.hlsl.meta similarity index 100% rename from Assets/VRM10/MToon10/Resources/VRM10/vrmc_materials_mtoon_shadowcaster_vertex.hlsl.meta rename to Assets/VRM10/MToon10/Shaders/vrmc_materials_mtoon_shadowcaster_vertex.hlsl.meta diff --git a/Assets/VRM10/MToon10/Resources/VRM10/vrmc_materials_mtoon_urp.shader b/Assets/VRM10/MToon10/Shaders/vrmc_materials_mtoon_urp.shader similarity index 100% rename from Assets/VRM10/MToon10/Resources/VRM10/vrmc_materials_mtoon_urp.shader rename to Assets/VRM10/MToon10/Shaders/vrmc_materials_mtoon_urp.shader diff --git a/Assets/VRM10/MToon10/Resources/VRM10/vrmc_materials_mtoon_urp.shader.meta b/Assets/VRM10/MToon10/Shaders/vrmc_materials_mtoon_urp.shader.meta similarity index 100% rename from Assets/VRM10/MToon10/Resources/VRM10/vrmc_materials_mtoon_urp.shader.meta rename to Assets/VRM10/MToon10/Shaders/vrmc_materials_mtoon_urp.shader.meta diff --git a/Assets/VRM10/MToon10/Resources/VRM10/vrmc_materials_mtoon_utility.hlsl b/Assets/VRM10/MToon10/Shaders/vrmc_materials_mtoon_utility.hlsl similarity index 100% rename from Assets/VRM10/MToon10/Resources/VRM10/vrmc_materials_mtoon_utility.hlsl rename to Assets/VRM10/MToon10/Shaders/vrmc_materials_mtoon_utility.hlsl diff --git a/Assets/VRM10/MToon10/Resources/VRM10/vrmc_materials_mtoon_utility.hlsl.meta b/Assets/VRM10/MToon10/Shaders/vrmc_materials_mtoon_utility.hlsl.meta similarity index 100% rename from Assets/VRM10/MToon10/Resources/VRM10/vrmc_materials_mtoon_utility.hlsl.meta rename to Assets/VRM10/MToon10/Shaders/vrmc_materials_mtoon_utility.hlsl.meta