mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-08-25 03:55:52 -05:00
hide box man
This commit is contained in:
@@ -206,7 +206,6 @@ namespace UniVRM10.VRM10Viewer
|
||||
if (File.Exists(cmds[i]))
|
||||
{
|
||||
LoadModel(cmds[i]);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -225,6 +224,8 @@ namespace UniVRM10.VRM10Viewer
|
||||
context.Load();
|
||||
m_src = context.Root.GetComponent<Animator>();
|
||||
m_ui.IsBvhEnabled = true;
|
||||
// hide box man
|
||||
context.Root.GetComponent<SkinnedMeshRenderer>().enabled = false;
|
||||
}
|
||||
|
||||
private void Update()
|
||||
|
||||
Reference in New Issue
Block a user