From 4e6ccb0b4b0110a64602a927e600be7b234717a1 Mon Sep 17 00:00:00 2001 From: ousttrue Date: Sun, 22 Apr 2018 16:14:58 +0900 Subject: [PATCH] Add extensionsUsed serializer --- Scripts/Format/VRMFormat.cs | 1 + UniGLTF | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Scripts/Format/VRMFormat.cs b/Scripts/Format/VRMFormat.cs index 0d00a88b5..ebff260fc 100644 --- a/Scripts/Format/VRMFormat.cs +++ b/Scripts/Format/VRMFormat.cs @@ -52,6 +52,7 @@ namespace VRM protected override void SerializeMembers(JsonFormatter f) { + f.KeyValue(() => extensionsUsed); f.KeyValue(() => extensions); base.SerializeMembers(f); } diff --git a/UniGLTF b/UniGLTF index b3e5b194b..b08b853c1 160000 --- a/UniGLTF +++ b/UniGLTF @@ -1 +1 @@ -Subproject commit b3e5b194b26a79c0606f92c0565f82ceb5a81b71 +Subproject commit b08b853c1a3f758d6adff8089ee7ca606e020582