What is a .unityproj file ?
Hello, I have to send a *.unityproj to someone but I dont even know what is it and how can we get this file. Someone could explain me ?
Answer by TBruce · Jun 08, 2016 at 05:40 PM
It is an xml file with configuration project data used by either MonoDevelop or Visual Studio.
You will see it referenced in the Assembly-CSharp-firstpass.csproj file in your project folder.
And it is relevant in the most current version of Unity.
Interesting... but Unity doesn't always generate that project, and I can't find the file in my folder hierarchy, so it must be dependent on it.
It is created if you open up a script in $$anonymous$$onodevelop.
Not the firstpass project. That seems to only generate if you've imported standard assets or shaders. If you start a new project and add one code file and open it, the firstpass project is not generated.
Thank you for your answer.
So if I understand : Assembly-CSharp.csproj is a file where are all the scripts use in our project. But .csproj and .unityproj is the same thing ?
I only have *.csproj in my folder
Yeah, it looks like unityproj is for Javascript, whereas csproj is for C#. So, if you only use one or the other, Unity will only generate the respective file.
Your answer
Follow this Question
Related Questions
How to Access a Project Shared With Me? 0 Answers
Button Displacement 0 Answers
I have no idea what to do,I have no idea what happening here 0 Answers
Unknown Extension Image/Asset Files 0 Answers