Upgraded to Unity 4.3 a few minutes ago and now I’m getting a lot of errors. First, I am unable to compile to:
On the line: using UnityEngine; I get the error:
The type of namespace name ‘UnityEngine’ could not be found. Are you missing a using directive or an assembly reference?
This also happens with UnityEditor. The code I have is:
using UnityEngine;
using UnityEditor;
I have tried going to Assets → Sync MonoDevelop after searching for this question
I also noticed that the project is not really loading in MonoDevelop. The left hand section under Solution does not have anything listed. What could be causing this in 4.3 that didn’t in 4.2.2?
Also, this seems to be an issue in the Space Graphics Toolkit as well. Thanks for any help!
I can't speak to the specific issue, but without knowing much about your situation I'd recommend that you back up your project folder and perform a clean reinstall of Unity.
– rutterYeah, perhaps you could get away with just deleting the library and temp folders inside of your unity project. That will then force Unity to recompile your project. You should make sure meta files are turned on before you do that.
– AndyMartin458Are you running Mac OS-X 10.9 Mavericks by chance? http://answers.unity3d.com/questions/574256/monodevelop-401-wont-recognize-unityengine-namespa.html
– dilbertian