- Home /
Unity Project doesn't have solution file
I just started learning unity and I created a project. But my project doesn't have a sln file included in. Every time I create a C# script and open it in Xamarin Studio therefore I can't have any intellisense.
Is it normal not to have sln file in unity project?
If not, how can I add solution file to project?
Why that happened?
You might wanna check this question No solution in monodevelop.
Answer by aakpro · Sep 29, 2014 at 01:11 PM
I finally found the answer.
I closed Xamarin and inside Unity went Assets > Sync MonoDevelop Project Doing this created the two .sln projects: -csharp.sln and .sln
Your answer
Follow this Question
Related Questions
Can't find MonoDevelop. Unity 4.5.2 1 Answer
Passing Arrays as Parameters Between Functions in C# and C++ dll's within Unity 1 Answer
Unity data -> Monodevelop 1 Answer
How to prevent Unity from deleting additional Projects in Solution 2 Answers
MonoDevelop not recognizing other scripts as types 0 Answers