Skip to content

Commit d8562b1

Browse files
authored
Update Assets/MRTK/Core/Utilities/Gltf/Serialization/GltfUtility.cs
1 parent 09971b7 commit d8562b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Assets/MRTK/Core/Utilities/Gltf/Serialization/GltfUtility.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ public static GltfObject GetGltfObjectFromJson(string jsonString)
173173
Debug.LogError("One or more unsupported glTF extensions required. Unable to load the model.");
174174
for (int i = 0; i < gltfObject.extensionsRequired.Length; ++i)
175175
{
176-
Debug.Log($"Extension: {gltfObject.extensionsUsed[i]}");
176+
Debug.Log($"Extension: {gltfObject.extensionsRequired[i]}");
177177
}
178178
return null;
179179
}
@@ -460,4 +460,4 @@ private class StringIntKeyValueArray
460460
}
461461

462462
}
463-
}
463+
}

0 commit comments

Comments
 (0)