virtualx-engine/modules/mono/editor/GodotTools
Ignacio Etcheverry 2a8294ff24 Mono: Fix null dereference in EditorExportPlatformAndroid
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.
2019-07-10 21:51:47 +02:00
..
GodotTools Mono: Fix null dereference in EditorExportPlatformAndroid 2019-07-10 21:51:47 +02:00
GodotTools.BuildLogger Re-write mono module editor code in C# 2019-07-05 09:38:23 +02:00
GodotTools.Core Re-write mono module editor code in C# 2019-07-05 09:38:23 +02:00
GodotTools.ProjectEditor Re-write mono module editor code in C# 2019-07-05 09:38:23 +02:00
.gitignore Re-write mono module editor code in C# 2019-07-05 09:38:23 +02:00
GodotTools.sln Mono: Add missing GodotTools.sln 2019-07-10 12:30:12 +02:00