Load errors in MonoDevelop-Unity

Hi

New to Unity and having some problems with loading scripts in MonoDevelop. I keep getting these errors when I open MonoDevelop:

Error while trying to load the project “Assembly-UnityScript-firstpass.unityproj”
Error while trying to load the project “Assembly-UnityScript.unityproj”

It stops any C scripts from working and I get the equivalent load errors for Javascripts but the JavaScripts seem to work regardless. Is there an asset package I should be importing first? I’ve followed the guide here: http://docs.unity3d.com/Documentation/Manual/Scripting.html

A forum thread I read seems to suggest this is a known bug, how do I resolve it?

I’m using Unity 3.5.7fb on OSX 10.5.8 with MonoDevelop 2.8.2. No option to update to Unity 4 at the moment as I don’t have OSX 10.6+

Thanks in advance.

Garrett

have you tried deleting all of the MonoDevelop project files and launching MD again? they’ll regenerate themselves. this is what i do when i get slammed into problems (which occurs pretty much daily because MD is a piece of shit).

Hi, the project files you are refferring to, are these Assembly-CSharp-firstpass.csproj and Assembly-CSharp-firstpass.pidb? I’ve moved them out of the Unity project and they recreated but I just get the same load errors in MonoDevelop.

Garrett

ok, fixed. Something to do with the default location of projects on OSX - they have to be in Users/username/. Doesn’t seem to be a way of changing this at the moment, I see it listed as a ‘bug’ - messy way of working.

Garrett