Rather than specifically disabling mesh renderers, just disable the entire object, or better still, put them all as children of an empty object, and disable that. Then, re-enable it just before testing your scene. Unity does not have a built-in "lock" setting, but there are editor scripts you can download to do it, or you could write your own.
↧