Automatically detect and recharge scene. Godot + Git.

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By dognew

Automaticamente detectar alteração do arquivo, notificar e recarregar scene. Godot + Git.

Xed, Gedit e etc detectam quando ocorre alguma alteração do arquivo em disco e emite um alerta. No Godot isso não ocorre.

Existe alguma configuração que deva ser habilitada?

Example:
Com Git, ao mudar de branch ou restaurar algum arquivo, há a necessidade de fechar e re-abrir as cenas.

Google translate:

Xed, Gedit and etc. detect when a file change occurs on disk and issues an alert. In Godot this does not occur.

Is there a setting that should be enabled?

Example: With Git, when you change a branch or restore a file, there is a need to close and re-open the scenes.

:bust_in_silhouette: Reply From: Calinou

Automatic reloading of externally-modified scene/resource files is currently not implemented in Godot, see this issue on GitHub.