Skip to content

Commit c5a0776

Browse files
authored
Merge pull request #9739 from skyace65/Instancing-Message
Add info for opening demo projects
2 parents c34eaeb + f15784d commit c5a0776

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

getting_started/step_by_step/instancing.rst

+3
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@ Finally, click the Import & Edit button.
5858

5959
.. image:: img/instancing_import_and_edit_button.webp
6060

61+
A window notifying you that the project was last opened in an older Godot version
62+
may appear, that's not an issue. Click *Ok* to open the project.
63+
6164
The project contains two packed scenes: ``main.tscn``, containing walls against
6265
which the ball collides, and ``ball.tscn``. The Main scene should open
6366
automatically. If you're seeing an empty 3D scene instead of the main scene, click the 2D button at the top of the screen.

tutorials/scripting/singletons_autoload.rst

+3
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,9 @@ To begin, download the template from here:
132132
`singleton_autoload_starter.zip <https://github.com/godotengine/godot-docs-project-starters/releases/download/latest-4.x/singleton_autoload_starter.zip>`_
133133
and open it in Godot.
134134

135+
A window notifying you that the project was last opened in an older Godot version
136+
may appear, that's not an issue. Click *Ok* to open the project.
137+
135138
The project contains two scenes: ``scene_1.tscn`` and ``scene_2.tscn``. Each
136139
scene contains a label displaying the scene name and a button with its
137140
``pressed()`` signal connected. When you run the project, it starts in

0 commit comments

Comments
 (0)