Skip to content

Commit b0a8c6a

Browse files
committed
Add warning text when starting section about keyframes
1 parent 49f44b7 commit b0a8c6a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

getting_started/first_3d_game/09.adding_animations.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,11 @@ the timeline.
8282
Let's insert our first keys. Here, we will animate both the position and the
8383
rotation of the ``Character`` node.
8484

85+
.. warning::
86+
It is important to create keyframes from the ``Character`` node and not the root
87+
``Player`` node. Using the root of the player scene causes animations to override
88+
user input and will prevent the player from being able to move.
89+
8590
Select the ``Character`` and in the *Inspector* expand the *Transform* section. Click the key icon next to *Position*, and *Rotation*.
8691

8792
|image10|

0 commit comments

Comments
 (0)