Updated UniJSON

This commit is contained in:
ousttrue
2018-11-29 20:00:58 +09:00
parent c8211b16ca
commit 4f6bd79e80
3 changed files with 3 additions and 3 deletions

View File

@@ -119,7 +119,7 @@ namespace VRM
}
else
{
f.Value(node);
f.Dump(node.Bytes);
}
}

View File

@@ -52,7 +52,7 @@ namespace VRM
f.Key("vectorProperties"); f.BeginMap();
foreach (var kv in vectorProperties)
{
f.Key(kv.Key); f.Value(kv.Value.ToArray());
f.Key(kv.Key); f.Serialize(kv.Value.ToArray());
}
f.EndMap();
}

Submodule UniGLTF updated: 7b352bf3b4...a85b9699e7