Error in Compiling ALL scripts?

Hello,
I am getting the following error below all components in the inspector of all game objects in the hiarchy that use scripts, ANY scripts even unity default imported scripts such as “water” or “water 4.” I have seen several people have had the same error but i have yet to find an answer that works. I did not rename, change or alter any script names, folder names, or code within my scripts. I believe it is a unity error NOT my doings. I made a quick build just before i saved and quit unity, then rebooted my mac. (retina 15-Inch) SO when i rebooted i opened up unity and got these errors.
[10110-screen+shot+2013-04-15+at+7.25.45+pm.png|10110]

When opening unity it always shows this compiling scripts notification.
[10111-screen+shot+2013-04-15+at+8.41.46+pm.png|10111]

I Will ADD more screen shots in the comments under this post.

Thanks for the help!

Looks like a game object is in active

1 Answer

1

You’re missing two scripts: the CameraMotionBlur and Bloom scripts. You can either reacquire those, or delete the CameraMotionBlurEditor and BloomEditor scripts if you don’t need the CMB or Bloom. Those errors are preventing Unity from compiling the rest of the scripts, because it “might need those! waa!” :slight_smile:

The rest of the messages are warnings and don’t have to be fixed, but they do say exactly how to fix them if you want to get rid of them.

THANK YOU! I know this is basic i asked a developer friend of mine and he said the same thing and actually JUST because i deleted those two scripts ALL the game objects that used them failed to work infact even other scripts like the WATER or WATER 4 and so on...