extensions.VRMC_vrm_animation.extensions.VRMC_vrm_pose

to

extensions.VRMC_vrm_animation.extras.UNIVRM_pose
This commit is contained in:
ousttrue
2023-08-16 19:40:44 +09:00
parent 6358caedb3
commit 8408d3cbb0

View File

@@ -164,9 +164,9 @@ namespace UniVRM10.VRM10Viewer
{
if (kv.Key.GetString() == "VRMC_vrm_animation")
{
if (kv.Value.TryGet("extensions", out var inner_extensions))
if (kv.Value.TryGet("extras", out var extras))
{
if (inner_extensions.TryGet("VRMC_vrm_pose", out var pose))
if (extras.TryGet("UNIVRM_pose", out var pose))
{
if (pose.TryGet("humanoid", out var humanoid))
{