godot
godot copied to clipboard
SceneImportSettings update_timer should be a oneshot.
SceneImportSettings uses a timer to debounce updates, but the timer isn't a one shot. This means after the first update is scheduled, the dialog keeps re-rendering even though no update has been requested.