mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-09-10 12:59:17 -05:00
warning
This commit is contained in:
@@ -339,6 +339,7 @@ namespace UniGLTF
|
||||
{
|
||||
if (index < 0 || index >= Nodes.Count)
|
||||
{
|
||||
Debug.LogWarning($"nodes[{index}] is not found !");
|
||||
node = default;
|
||||
return false;
|
||||
}
|
||||
|
||||
@@ -97,6 +97,7 @@ namespace VRM
|
||||
{
|
||||
if (index < 0 || index >= nodes.Count)
|
||||
{
|
||||
Debug.LogWarning($"nodes[{index}] is not found !");
|
||||
node = default;
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user