This commit is contained in:
ousttrue
2023-05-15 13:09:53 +09:00
parent 69b952257a
commit bd770f8b26
2 changed files with 2 additions and 0 deletions

View File

@@ -339,6 +339,7 @@ namespace UniGLTF
{
if (index < 0 || index >= Nodes.Count)
{
Debug.LogWarning($"nodes[{index}] is not found !");
node = default;
return false;
}

View File

@@ -97,6 +97,7 @@ namespace VRM
{
if (index < 0 || index >= nodes.Count)
{
Debug.LogWarning($"nodes[{index}] is not found !");
node = default;
return false;
}