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) {