boku-ilen / geodot-plugin

Godot plugin for loading geospatial data
GNU General Public License v3.0
109 stars 19 forks source link

Give proper error messages instead of simply crashing when something is wrong #8

Closed kb173 closed 4 years ago

kb173 commented 4 years ago

For example, when the filename is invalid, the entire Godot game crashes. The error message is only in the log of the engine (not visible in the editor). It would be ideal if we could throw a proper Godot error in such a case.