I was working away in Unity when all of my c# scripts are no longer recognized by Unity even though they are in the project panel and when I double click on them they come in monodevelop.
But when I try to drop a C# script on a object I get a Unity dialog box that says ‘Can’t add component because it doesn’t exist. Check to see if the file name and class match.’. it does this for every script. Objects that had c# files already attached now show an error. I don’t see a C# file name that doesn’t match the class name.
Any suggestion on how I can correct this?
Any additional info I can provide to help solve this?