Hye fellow Godot users,
I accidentally clicked on the create with C# solution. Even though I don't use C# in my project. Now every time I click play it first builds the C# solution for no reason and also I cant export my project due to this same error. Is there any way I can disable C# from my project or do I have to install Godot without C#.
Thanks for your help,
Hashir Shazad
How can i disable C# building in my project?
a month later
4 days later
You can delete the .sln and .csproj files in the project root. I didn't find this out myself, I learned it from here: https://github.com/toasterofbread/Godot-Mono-Build-Toggler. I'd suggest doing this while godot is closed but I doesn't seem to matter.