We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c8f66e commit cc5adf5Copy full SHA for cc5adf5
addons/imgui-godot/scripts/ImGuiPlugin.gd
@@ -101,11 +101,6 @@ class ImGuiExporter extends EditorExportPlugin:
101
extension_list_file = PackedByteArray()
102
gdext_file = PackedByteArray()
103
104
- if ClassDB.class_exists("CSharpScript") and \
105
- not "C#" in ProjectSettings.get_setting("application/config/features"):
106
- printerr("imgui-godot: EXPORTED PROJECT IS PROBABLY BROKEN/CRASHING")
107
- printerr("imgui-godot: can't export non-C# project with 'mono' editor")
108
-
109
if is_debug:
110
export_imgui = get_option("imgui/debug")
111
else:
0 commit comments