mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-05-14 14:29:52 -05:00
hide box man
This commit is contained in:
parent
8c078c82ae
commit
f0d6af93c5
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user