A Unity editor extension for finding all missing script references in your project.
It's faster than solution at https://github.com/liortal53/MissingReferencesUnity
#usage: 1.Copy MissingScriptFinder.cs to you editor directory.
2.Click the menu item "Tools/Missing References/".
3.Any Missing script found will be shown in error console.
#Notice: in order to use this script You have to set Asset Serialization Mode to Force Text.