remove unused

This commit is contained in:
Masataka SUMI 2021-05-27 21:25:26 +09:00
parent 7c9be3cf9e
commit de55fd4637

View File

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