mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-09-06 19:11:37 -05:00
Fixed warnings
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user