You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cause:
Collecting all root gameobjects with MeshFilters, but not checking if they actually have a mesh assigned. So allMeshesInScene contains null values
Fix
Check for null.
Related:
Destroys mesh but not gameobject. (should be marked DontSave but that's another known issue)
Are helper meshes not saved somewhere when they're generated?