Not allowed to access triangles/indices on mesh 'default' when loading scene from another scene

“Not allowed to access triangles/indices on mesh ‘default’ (isReadable is false; Read/Write must be enabled in import settings)
UnityEngine.Mesh:get_triangles()” from RecastMeshGatherer.cs

I get this error every time I load a scene when coming from another scene. The weird thing is I had a mesh called ‘default’ but I deleted it, but this error is still showing up. Please help…

I’m pretty sure the mesh is there somewhere. You could try to selectively disable parts of your scene to see if it still shows up.

In the beta version this message has been improved so that if you click on the message it will highlight the object in the scene.