From 5e4e5b106919d6a3a2f288358383fa13b8670e49 Mon Sep 17 00:00:00 2001 From: ousttrue Date: Fri, 21 Dec 2018 19:55:43 +0900 Subject: [PATCH] Updated UniJSON --- Scripts/Format/Editor/VRMVersionMenu.cs | 4 ++-- UniGLTF | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Scripts/Format/Editor/VRMVersionMenu.cs b/Scripts/Format/Editor/VRMVersionMenu.cs index 0b0e08567..120cc4f0a 100644 --- a/Scripts/Format/Editor/VRMVersionMenu.cs +++ b/Scripts/Format/Editor/VRMVersionMenu.cs @@ -84,7 +84,7 @@ namespace VRM subFormatter.BeginMap(); foreach (var _kv in node.ObjectItemsRaw) { - subFormatter.Key(_kv.Key); + subFormatter.Key(_kv.Key.GetUtf8String()); Traverse(_kv.Value, subFormatter, dir); } subFormatter.EndMap(); @@ -112,7 +112,7 @@ namespace VRM f.BeginMap(); foreach (var kv in node.ObjectItemsRaw) { - f.Key(kv.Key); + f.Key(kv.Key.GetUtf8String()); TraverseItem(kv.Value, f, dir); } f.EndMap(); diff --git a/UniGLTF b/UniGLTF index 1ac4db95e..b1081eecf 160000 --- a/UniGLTF +++ b/UniGLTF @@ -1 +1 @@ -Subproject commit 1ac4db95e304d19f4194ff52aa6fe2260493e783 +Subproject commit b1081eecf8c8e34869316619e64482bbd2848f9a