Install Asset
Install via Godot
To maintain one source of truth, Godot Asset Library is just a mirror of the old asset library so you can download directly on Godot via the integrated asset library browser
Quick Information
Adds a toggle button to the editor toolbar which allows enabling or disabling Mono build by hiding the project's solution file. Useful for projects which use both C# and another language like GDScript, so that you can disable Mono while you're not editing any C# source files.
Godot Mono Build Toggler
Adds a toggle button to the editor toolbar which allows enabling or disabling Mono build by hiding the project's solution file. Useful for projects which use both C# and another language like GDScript, so that you can disable Mono while you're not editing any C# source files.
Installation:
- Move the
Mono-Build-Toggler
folder to theaddons
folder within your project directory (res://addons/Mono-Build-Toggler
) - Enable the plugin from the
plugins
tab of the Godot editor project settings
Adds a toggle button to the editor toolbar which allows enabling or disabling Mono build by hiding the project's solution file.
Useful for projects which use both C# and another language like GDScript, so that you can disable Mono while you're not editing any C# source files.
Reviews
Quick Information
Adds a toggle button to the editor toolbar which allows enabling or disabling Mono build by hiding the project's solution file. Useful for projects which use both C# and another language like GDScript, so that you can disable Mono while you're not editing any C# source files.