Hi,
When I open Mono-develop in Unity4.3 I no longer see my project info in the solution window of Mono-develop. What happened? Shouldn’t I see my asset directories etc…? How do I get it back?
Thanks. Jeff

Hey there!

Try to close the solution bar and then re-open it. View->Pads->Solution, maybe also check the solution option in there. You should be able to see your directories.

I had a similar problem, but in my case the cause was that the Assets folder had at some point been renamed to ‘assets’ (in lowercase). It was working fine within Unity but caused MonoDevelop not to see any of the project directories. Renaming the folder back to ‘Assets’ solved the issue.

I’ve tried Sync MonoDev Project from unity Assets tab, but that does nothing.

I’ve found this link to an editor script in documentation, but it doesn’t what do do with it.

Do a create the script and put in on an empty game object in my game?

Got it. Look at this answer. It fixed my issues. I can now see my proj in the solution window and I can see the unity code hits. One tip… Once I changed the Unity settings I shut down then restarted unity and MonoDevolop.

I fixed my Mono installing the .NET Framweork 4.5.2 manually