mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-08-28 05:44:48 -05:00
Updated UniJSON
This commit is contained in:
@@ -119,7 +119,7 @@ namespace VRM
|
||||
}
|
||||
else
|
||||
{
|
||||
f.Value(node);
|
||||
f.Dump(node.Bytes);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -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();
|
||||
}
|
||||
|
||||
2
UniGLTF
2
UniGLTF
Submodule UniGLTF updated: 7b352bf3b4...a85b9699e7
Reference in New Issue
Block a user