Hey guys,
I did a search for this, and I see others had this same issue, but I didn’t see any solution posted, so I’m wondering if there is one.
Every time I create a new script (Right click on my “Scripts” folder and Create-> C# Script), then double click on the new script, I end up with the same problem.
Monodevelop creates three solutions (Assembly-CSharp, Assembly-CSharp-firstpass, and Assembly-UnityScript-firstpass). As far as I can tell, I only want the first one.
I wouldn’t really care, except my scripts won’t compile unless I delete the last one. Otherwise it give me a pair of errors:
“Error Error: System.IO.FileNotFoundException: Could not find file ‘C:\Users\Ron’. (Error: System.IO.FileNotFoundException) (Assembly-UnityScript-firstpass)”
“Error File name: ‘C:\Users\Ron’ (File name) (Assembly-UnityScript-firstpass)”
Once I delete the extraneous solutions, everything works fine.
This is fairly annoying, because every single time I create a new script file, I have to delete out those latter two solutions, which is getting to be tedious. I looked for a setting I could change, but I’m not finding it. Is there some way to fix this so I only get the one solution on script file creation?