diff --git a/Runtime/Scripts/SceneImporter/ImporterMeshes.cs b/Runtime/Scripts/SceneImporter/ImporterMeshes.cs index 4ca546240..db7cfae8e 100644 --- a/Runtime/Scripts/SceneImporter/ImporterMeshes.cs +++ b/Runtime/Scripts/SceneImporter/ImporterMeshes.cs @@ -824,6 +824,7 @@ protected virtual async Task ConstructMeshTargetsPrepareBuffers(MeshPrimitive pr BufferId bufferIdPair = null; if (targetAttribute.Value.Value.Sparse == null) { + if(targetAttribute.Value.Value.BufferView == null) continue; bufferIdPair = targetAttribute.Value.Value.BufferView.Value.Buffer; } else