mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-08-20 01:25:45 -05:00
rename
extensions.VRMC_vrm_animation.extensions.VRMC_vrm_pose to extensions.VRMC_vrm_animation.extras.UNIVRM_pose
This commit is contained in:
@@ -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))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user