From ec5b5cea0376021eab6b59f3dd03de107c424ecb Mon Sep 17 00:00:00 2001 From: Masataka SUMI Date: Thu, 10 Nov 2022 20:12:32 +0900 Subject: [PATCH] mv --- Assets/UniGLTF/Runtime/UniGLTF/IO/MaterialIO/URP/Import.meta | 3 +++ .../URP/{ => Import}/GltfURPMaterialDescriptorGenerator.cs | 0 .../{ => Import}/GltfURPMaterialDescriptorGenerator.cs.meta | 0 .../Runtime/UniGLTF/IO/MaterialIO/URP/Import/Materials.meta | 3 +++ .../URP/{ => Import/Materials}/GltfPbrURPMaterialImporter.cs | 0 .../{ => Import/Materials}/GltfPbrURPMaterialImporter.cs.meta | 0 6 files changed, 6 insertions(+) create mode 100644 Assets/UniGLTF/Runtime/UniGLTF/IO/MaterialIO/URP/Import.meta rename Assets/UniGLTF/Runtime/UniGLTF/IO/MaterialIO/URP/{ => Import}/GltfURPMaterialDescriptorGenerator.cs (100%) rename Assets/UniGLTF/Runtime/UniGLTF/IO/MaterialIO/URP/{ => Import}/GltfURPMaterialDescriptorGenerator.cs.meta (100%) create mode 100644 Assets/UniGLTF/Runtime/UniGLTF/IO/MaterialIO/URP/Import/Materials.meta rename Assets/UniGLTF/Runtime/UniGLTF/IO/MaterialIO/URP/{ => Import/Materials}/GltfPbrURPMaterialImporter.cs (100%) rename Assets/UniGLTF/Runtime/UniGLTF/IO/MaterialIO/URP/{ => Import/Materials}/GltfPbrURPMaterialImporter.cs.meta (100%) diff --git a/Assets/UniGLTF/Runtime/UniGLTF/IO/MaterialIO/URP/Import.meta b/Assets/UniGLTF/Runtime/UniGLTF/IO/MaterialIO/URP/Import.meta new file mode 100644 index 000000000..5291c7c43 --- /dev/null +++ b/Assets/UniGLTF/Runtime/UniGLTF/IO/MaterialIO/URP/Import.meta @@ -0,0 +1,3 @@ +fileFormatVersion: 2 +guid: 3292057f1c104100be6ed94ef578c899 +timeCreated: 1668078713 \ No newline at end of file diff --git a/Assets/UniGLTF/Runtime/UniGLTF/IO/MaterialIO/URP/GltfURPMaterialDescriptorGenerator.cs b/Assets/UniGLTF/Runtime/UniGLTF/IO/MaterialIO/URP/Import/GltfURPMaterialDescriptorGenerator.cs similarity index 100% rename from Assets/UniGLTF/Runtime/UniGLTF/IO/MaterialIO/URP/GltfURPMaterialDescriptorGenerator.cs rename to Assets/UniGLTF/Runtime/UniGLTF/IO/MaterialIO/URP/Import/GltfURPMaterialDescriptorGenerator.cs diff --git a/Assets/UniGLTF/Runtime/UniGLTF/IO/MaterialIO/URP/GltfURPMaterialDescriptorGenerator.cs.meta b/Assets/UniGLTF/Runtime/UniGLTF/IO/MaterialIO/URP/Import/GltfURPMaterialDescriptorGenerator.cs.meta similarity index 100% rename from Assets/UniGLTF/Runtime/UniGLTF/IO/MaterialIO/URP/GltfURPMaterialDescriptorGenerator.cs.meta rename to Assets/UniGLTF/Runtime/UniGLTF/IO/MaterialIO/URP/Import/GltfURPMaterialDescriptorGenerator.cs.meta diff --git a/Assets/UniGLTF/Runtime/UniGLTF/IO/MaterialIO/URP/Import/Materials.meta b/Assets/UniGLTF/Runtime/UniGLTF/IO/MaterialIO/URP/Import/Materials.meta new file mode 100644 index 000000000..2a0920d58 --- /dev/null +++ b/Assets/UniGLTF/Runtime/UniGLTF/IO/MaterialIO/URP/Import/Materials.meta @@ -0,0 +1,3 @@ +fileFormatVersion: 2 +guid: 5a76f43b22cf44db80bb2c035df97bca +timeCreated: 1668078724 \ No newline at end of file diff --git a/Assets/UniGLTF/Runtime/UniGLTF/IO/MaterialIO/URP/GltfPbrURPMaterialImporter.cs b/Assets/UniGLTF/Runtime/UniGLTF/IO/MaterialIO/URP/Import/Materials/GltfPbrURPMaterialImporter.cs similarity index 100% rename from Assets/UniGLTF/Runtime/UniGLTF/IO/MaterialIO/URP/GltfPbrURPMaterialImporter.cs rename to Assets/UniGLTF/Runtime/UniGLTF/IO/MaterialIO/URP/Import/Materials/GltfPbrURPMaterialImporter.cs diff --git a/Assets/UniGLTF/Runtime/UniGLTF/IO/MaterialIO/URP/GltfPbrURPMaterialImporter.cs.meta b/Assets/UniGLTF/Runtime/UniGLTF/IO/MaterialIO/URP/Import/Materials/GltfPbrURPMaterialImporter.cs.meta similarity index 100% rename from Assets/UniGLTF/Runtime/UniGLTF/IO/MaterialIO/URP/GltfPbrURPMaterialImporter.cs.meta rename to Assets/UniGLTF/Runtime/UniGLTF/IO/MaterialIO/URP/Import/Materials/GltfPbrURPMaterialImporter.cs.meta