2a8294ff24
We need to dispose the GodotSharpExport export plugin before the editor destroys EditorSettings. Otherwise, if the GC disposes it at a later time, EditorExportPlatformAndroid will be freed after EditorSettings already was, and its device polling thread will try to access the EditorSettings singleton, resulting in null dereferencing. |
||
---|---|---|
.. | ||
GodotTools | ||
bindings_generator.cpp | ||
bindings_generator.h | ||
csharp_project.cpp | ||
csharp_project.h | ||
editor_internal_calls.cpp | ||
editor_internal_calls.h | ||
godotsharp_export.cpp | ||
godotsharp_export.h | ||
script_class_parser.cpp | ||
script_class_parser.h |