From b49eebfce97c3bfa3ddf2cb47cd6d2fc5377deda Mon Sep 17 00:00:00 2001 From: ousttrue Date: Wed, 3 Oct 2018 14:46:08 +0900 Subject: [PATCH] Updated UniGLTF. Fixed OnLoad --- Scripts/Format/VRMImporterContext.cs | 5 ++--- UniGLTF | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Scripts/Format/VRMImporterContext.cs b/Scripts/Format/VRMImporterContext.cs index 4e60595bf..455ebaffb 100644 --- a/Scripts/Format/VRMImporterContext.cs +++ b/Scripts/Format/VRMImporterContext.cs @@ -41,6 +41,8 @@ namespace VRM #region OnLoad protected override void OnLoadModel() { + Root.name = "VRM"; + using (MeasureTime("VRM LoadMeta")) { LoadMeta(); @@ -64,9 +66,6 @@ namespace VRM { LoadFirstPerson(); } - - Root.name = "VRM"; - Debug.Log(GetSpeedLog()); } void LoadMeta() diff --git a/UniGLTF b/UniGLTF index 53748bf03..43cbb963b 160000 --- a/UniGLTF +++ b/UniGLTF @@ -1 +1 @@ -Subproject commit 53748bf03229d1c123326cf069bbfe4caa850204 +Subproject commit 43cbb963b1755231625d22ceeae17bd4d3ee938e