mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-09-09 04:19:42 -05:00
bug fix !
This commit is contained in:
@@ -667,7 +667,7 @@ namespace UniGLTF
|
||||
}
|
||||
|
||||
// connect root
|
||||
if (Root != null)
|
||||
if (Root == null)
|
||||
{
|
||||
Root = new GameObject("_root_");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user