Noting additional godot crimes during stream:
self == null
during_notification(NOTIFICATION_PREDELETE)
https://github.com/godotengine/godot/issues/31166 and https://github.com/godotengine/godot/issues/80834- What does it mean to call
get_viewport().mark_input_as_handled()
afterawait
ing in a input handler callback? Or outside of an input handler, like inprocess(_delta)
?