Skip to content

Commit 7ba0a7c

Browse files
authored
Apply suggestions from code review
1 parent 4191d25 commit 7ba0a7c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tutorials/migrating/upgrading_to_godot_4.4.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ Method ``standardize_locale`` adds a new ``add_defaults`` optional parameter
6666
In 4.4, the only way to retain the ``res://`` format is to **manually edit** the `.tscn` or `.tres` files in a text editor. Starting in Godot 4.5, a new annotation ``@export_file_path`` can be used to explicitly retain the old behavior and export raw ``res://`` paths.
6767

6868
Related issues:
69+
6970
- PR: `Add @export_file_path to export raw paths (no UID) <https://github.com/godotengine/godot/pull/105414>`_
7071
- Issue: `@export_file behavior change is breaking <https://github.com/godotengine/godot/issues/11065>`_
7172
- See also: `ProjectSettings stores UIDs for file paths <https://github.com/godotengine/godot/pull/104818>`_

0 commit comments

Comments
 (0)