Fixed warnings

This commit is contained in:
ousttrue
2018-09-21 21:32:15 +09:00
parent 6afe7fdc7d
commit a873bdccda
3 changed files with 7 additions and 1 deletions

View File

@@ -49,7 +49,7 @@ namespace VRM
static void Import(string readPath, UnityPath prefabPath)
{
var bytes = File.ReadAllBytes(readPath);
//var bytes = File.ReadAllBytes(readPath);
var context = new VRMImporterContext(UnityPath.FromFullpath(readPath));
context.ParseGlb(File.ReadAllBytes(readPath));
context.SaveTexturesAsPng(prefabPath);