Skip to content

Commit 1b065c4

Browse files
authored
Add a Godot 3 to Godot 4 upgrade guide (#6393)
1 parent f133c1c commit 1b065c4

File tree

3 files changed

+569
-1
lines changed

3 files changed

+569
-1
lines changed

about/release_policy.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ on GitHub.
8888
+-------------+----------------------+--------------------------------------------------------------------------+
8989
| **Version** | **Release date** | **Support level** |
9090
+-------------+----------------------+--------------------------------------------------------------------------+
91-
| Godot 4.0 | Q4 2022 | |unstable| *Alpha.* Current focus of development (unstable). |
91+
| Godot 4.0 | Q4 2022 | |unstable| *Beta.* Current focus of development (unstable). |
9292
+-------------+----------------------+--------------------------------------------------------------------------+
9393
| Godot 3.6 | Q4 2022 | |supported| *Beta.* Receives new features as well as bug fixes while |
9494
| | | under development. |
@@ -130,6 +130,10 @@ on GitHub.
130130
Pre-release Godot versions aren't intended to be used in production and are
131131
provided for testing purposes only.
132132

133+
.. seealso::
134+
135+
See :ref:`doc_upgrading_to_godot_4` for instructions on migrating a project.
136+
133137
.. _doc_release_policy_when_is_next_release_out:
134138

135139
When is the next release out?

tutorials/editor/index.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,3 +61,12 @@ a project that's only 2D or only 3D and don't want to see what you don't need.
6161
:name: toc-editor-features
6262

6363
managing_editor_features
64+
65+
Upgrading to Godot 4
66+
--------------------
67+
68+
.. toctree::
69+
:maxdepth: 1
70+
:name: toc-editor-upgrading
71+
72+
upgrading_to_godot_4

0 commit comments

Comments
 (0)