hide box man

This commit is contained in:
ousttrue 2022-11-09 15:08:23 +09:00
parent 8c078c82ae
commit f0d6af93c5

View File

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