Need tips for finding a missing script

I just completed a reorganization of our project . . . which I thought I did very carefully . . . but now that I’m done, when I run, I get two warnings that say, “The referenced script on this Behaviour is missing!”

Great . . . so I didn’t do everything quite perfectly. Does anyone have a clever way to find the two scripts that are missing? I’ve probably got 1000 game objects in the scene, and clicking on each one to inspect their MonoBehaviours does not sound like fun. :wink:

Thanks!

Try running your game, hitting pause, and selecting the error. This usually highlights the offending object in your hierarchy.

Thanks, profanicus! That does the trick. :slight_smile: