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