- Home /
MonoDevelop not respecting formatting settings
I recently upgraded to Unity 5.3.1f and noticed that my format settings in MonoDevelop are no longer respected. Even though I have the formatting settings set to "Microsoft Visual Studio" documents are being formatted using the settings under the default "Mono" style.
I've tried toggling the formatting setting a few times just to see if that would reset them to the proper values, but to no avail.
I am running Mac OS X 10.11.2 and I am NOT running as an Admin account, which previously had some issues with MonoDevelop (which are listed as fixed in 5.3.1).
Any one else hitting these issues or have any suggestions about how to fix this?
Answer by youblistermypaint · Jan 06, 2016 at 08:45 AM
After posting this I noticed this issue only affected one of my projects. So I ended up deleting the Assembly-CSharp.csproj
, and the .sln
and .userprefs
files from the root directory and voilà, the issue is fixed!
Just deleting the .sln file from the project folder worked for me.