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