Godot 3 with IDE

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Antonb
:warning: Old Version Published before Godot 3 was released.

Hi,
how exactly does IDE comes into play with Godot 3? Can I run the entire game from it, or does it only help edit the .cs files?

Right now I have MonoDevelop, it compiles the script files well but that’s it.

Thanks

:bust_in_silhouette: Reply From: Calinou

The IDE you use will be used only for C# editing and debugging; compiling is handled by the editor as you start up the project. You have to keep the editor open to do other things such as creating and editing scenes.

Thanks. Do you know how can I configure remote debug for Godot? I use MonoDevelop, I see there’s Mono debugging agent option in Godot 3 editor, but I can’t understand how to connect the solution generated by Godot to the engine itself because the solution doesn’t seem runnable.

Antonb | 2017-12-06 06:31