C# Scripts don't attach to game objects, what happened?

So, I have a few scripts that I want to attach to the main camera, but when I drag them, the + symbol shows up, I drop and nothing attaches.

Also the C# on the script icon disappears after the initial creation, not sure if that’s helpful but it’s just something I noticed. I’m using the latest version of Unity 3.5.2f2

Any ideas what might have happened to cause this. This started happening after I moved the projects to a new location and now none of the scripts seem to be recognized properly.

HELP!

It would seem, the solution was to move the Scripts outside of the Plugins/Android directory. They weren’t recognized while there.

Kinda annoying cause I was trying to package them all under one directory structure rather than two.

So, I have a few scripts that I want
to attach to the main camera, but when
I drag them, the + symbol shows up, I
drop and nothing attaches.

Try to SAVE it before playing