Updated UniGLTF. Fixed OnLoad

This commit is contained in:
ousttrue
2018-10-03 14:46:08 +09:00
parent 0fec32df71
commit b49eebfce9
2 changed files with 3 additions and 4 deletions

View File

@@ -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()

Submodule UniGLTF updated: 53748bf032...43cbb963b1