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

@ -1 +1 @@
Subproject commit 53748bf03229d1c123326cf069bbfe4caa850204
Subproject commit 43cbb963b1755231625d22ceeae17bd4d3ee938e