Getting an Error when trying to build my game in Godot!!

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Siddharth Pushkar

I am been making my game in Godot game engine V3.2.2 mono 64 bit and I finally finished my game and as soon as I click Build, it shows “Failure to Build Project Solution”.

can anyone please tell me what I need to do to Build my game? (explain, don’t give links)

Sounds like you’re using C#. Did you install the Mono sdk?

Bernard Cloutier | 2020-10-06 13:53

I used GDscript

Siddharth Pushkar | 2020-10-06 13:58

Well you said you are using the mono version. Mono needs MSBuild, either from Visual Studio or Mono SDK (as stated here on the download page: Download for Windows - Godot Engine). If you aren’t using C#, there is no reason to use the mono version. I’d recommend downloading the standard 64 bit version and opening your project with that.

Bernard Cloutier | 2020-10-06 14:31