- Home /
Question by
Sorade · Sep 24, 2017 at 05:52 PM ·
unity 5build-errormonodevelopassembly
How to generate Assembly-UnityScript-firstpass.csproj ?
Hello,
I can't build my project in MonoDevelop because the following file is missing: Assembly-UnityScript-firstpass.csproj
How can I force Unity to generate it ?
Thanks
Comment
Answer by Thaun_ · Sep 24, 2017 at 05:55 PM
Open any script via Unity in Visual Studio or in MonoDevelop, and it will generate the files.
Thanks for the suggestion. I tried that and it does generate a bunch of .csproj, .unityproj and .sln, but not that one in particular.