@@ -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
@@ -35,7 +35,10 @@ affect you. Changes are grouped by areas/systems.
3535 will be slower every time as the mesh format needs to be upgraded every time
3636 the project is loaded. These increased loading times will also affect the
3737 exported project. The number and complexity of Mesh resources determines
38- how much loading times are be affected.
38+ how much loading times are affected.
39+
40+ If this dialog doesn't appear, use **Project > Tools > Upgrade Mesh Surfaces… **
41+ at the top of the editor.
3942
4043This article indicates whether each breaking change affects GDScript and whether
4144the C# breaking change is *binary compatible * or *source compatible *:
@@ -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
@@ -168,7 +171,7 @@ Property ``snap_distance`` renamed to ``snapping_distance``
168171Property ``use_snap `` renamed to ``snapping_enabled `` |❌ | |✔️ with compat | |✔️ with compat | `GH-79308 `_
169172**GraphNode **
170173Property ``comment `` removed |❌ | |❌ | |❌ | `GH-79307 `_
171- Signal ``close_request `` renamed to``delete_request`` and moved to base class ``GraphElement `` |❌ | |✔️ with compat | |✔️ with compat | `GH-79311 `_
174+ Signal ``close_request `` renamed to ``delete_request `` and moved to base class ``GraphElement `` |❌ | |✔️ with compat | |✔️ with compat | `GH-79311 `_
172175Property ``draggable `` moved to base class ``GraphElement `` |✔️ | |✔️ | |✔️ | `GH-79311 `_
173176Property ``draggable `` moved to base class ``GraphElement `` |✔️ | |✔️ | |✔️ | `GH-79311 `_
174177Signal ``dragged `` moved to base class ``GraphElement `` |✔️ | |❌ | |❌ | `GH-79311 `_
0 commit comments