From de55fd46376f033d75b29add3ff00e1c404d586c Mon Sep 17 00:00:00 2001 From: Masataka SUMI Date: Thu, 27 May 2021 21:25:26 +0900 Subject: [PATCH] remove unused --- Assets/VRMShaders/GLTF/IO/Runtime/NormalConverter.cs | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Assets/VRMShaders/GLTF/IO/Runtime/NormalConverter.cs b/Assets/VRMShaders/GLTF/IO/Runtime/NormalConverter.cs index bd9ea9bf6..d87b40ff4 100644 --- a/Assets/VRMShaders/GLTF/IO/Runtime/NormalConverter.cs +++ b/Assets/VRMShaders/GLTF/IO/Runtime/NormalConverter.cs @@ -17,12 +17,6 @@ namespace VRMShaders } } - // GLTF data to Unity texture - public static Texture2D Import(Texture2D texture) - { - return texture; - } - // Unity texture to GLTF data public static Texture2D Export(Texture texture) {