bug fix !

This commit is contained in:
ousttrue
2019-01-11 17:26:09 +09:00
parent 221e1e573d
commit e6829b268f

View File

@@ -667,7 +667,7 @@ namespace UniGLTF
}
// connect root
if (Root != null)
if (Root == null)
{
Root = new GameObject("_root_");
}