@@ -22,7 +22,7 @@ affect you. Changes are grouped by areas/systems.
2222
2323 It is still possible to load the Godot 4.0-4.1 Mesh formats, but it is
2424 **not ** possible to load the Godot 4.2 Mesh format in prior Godot versions.
25- When opening a Godot project made with a version prior to 4.2, you will
25+ When opening a Godot project made with a version prior to 4.2, you may
2626 be presented with an upgrade dialog that offers two options:
2727
2828 - **Restart & Upgrade: ** Upgrades the mesh format for all meshes in the
@@ -37,6 +37,9 @@ affect you. Changes are grouped by areas/systems.
3737 exported project. The number and complexity of Mesh resources determines
3838 how much loading times are be affected.
3939
40+ If this dialog doesn't appear, use **Project > Tools > Upgrade Mesh Surfaces… **
41+ at the top of the editor.
42+
4043This article indicates whether each breaking change affects GDScript and whether
4144the C# breaking change is *binary compatible * or *source compatible *:
4245
@@ -118,7 +121,7 @@ Method ``add_icon_shortcut`` adds a new ``allow_echo`` optional parameter
118121Method ``add_shortcut `` adds a new ``allow_echo `` optional parameter |✔️ | |✔️ with compat | |✔️ with compat | `GH-36493 `_
119122Method ``clear `` adds a new ``free_submenus `` optional parameter |✔️ | |✔️ with compat | |✔️ with compat | `GH-79965 `_
120123**RichTextLabel **
121- Method ``add_image `` adds new ``key ``, ``pad ``, ``tooltip `` and ``size_in_percent `` optional parameters |✔️ | |✔️ with compat | |✔️ | `GH-80410 `_
124+ Method ``add_image `` adds new ``key ``, ``pad ``, ``tooltip ``, and ``size_in_percent `` optional parameters |✔️ | |✔️ with compat | |✔️ | `GH-80410 `_
122125======================================================================================================================== =================== ==================== ==================== ===========
123126
124127Rendering
@@ -152,7 +155,7 @@ Change
152155**Font **
153156Method ``set_fallbacks `` replaced with ``fallbacks `` property |✔️ | |❌ | |❌ | `GH-78266 `_
154157Method ``get_fallbacks `` replaced with ``fallbacks `` property |✔️ | |❌ | |❌ | `GH-78266 `_
155- Method ``find_variation `` adds new ``spacing_top ``, ``spacing_bottom ``, ``spacing_space `` and ``spacing_glyph `` optional parameters |✔️ | |✔️ with compat | |✔️ | `GH-80954 `_
158+ Method ``find_variation `` adds new ``spacing_top ``, ``spacing_bottom ``, ``spacing_space ``, and ``spacing_glyph `` optional parameters |✔️ | |✔️ with compat | |✔️ | `GH-80954 `_
156159==================================================================================================================================== =================== ==================== ==================== ===========
157160
158161GraphEdit
0 commit comments