Unity-Mono Solutions

Hi,

Whenever I created a new Unity project (TestDebug for ex.) and use the menu “Asset>Sync MonoDevelop Project” I end up with two solutions and two projects :

TestDebug.sln

TestDebug-csharp.sln

Assembly-CSharp.csproj

Assembly-CSharp-vs.csproj

I can’t see any difference between the two - Is this normal? Is that something to worry? Is one better to use than the other for debugging ?

Cheers

duplicated question. http://answers.unity3d.com/questions/164281/unity-mono-solutions.html please close or delete.

Indeed two questions were created for some reasons - I've deleted the other one

thank you :) - I'm sorry I have no idea about your problem... Greetz, Ky.

1 Answer

1

Yes, it’s normal. Unity builds scripts from the special directories (Standard Assets, Plugins, Editor) and JS vs. C# into a few different assemblies. Unless you’re seeing specific problems, you shouldn’t need to worry about it.