移動 VRMShaders.TextureExporter

#726 separate AssetTextureUtil
This commit is contained in:
ousttrue
2021-04-02 18:14:27 +09:00
parent 9339733ff6
commit d28f700997
21 changed files with 148 additions and 98 deletions

View File

@@ -95,7 +95,7 @@ namespace VRM.Samples
return;
}
var vrm = VRMExporter.Export(UniGLTF.MeshExportSettings.Default, m_model);
var vrm = VRMExporter.Export(UniGLTF.MeshExportSettings.Default, m_model, _ => false);
var bytes = vrm.ToGlbBytes();
File.WriteAllBytes(path, bytes);
Debug.LogFormat("export to {0}", path);