Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

3D Tutorial "Squash the creeps", Animation tutorial out of date #9085

Closed
PA7K opened this issue Mar 12, 2024 · 1 comment
Closed

3D Tutorial "Squash the creeps", Animation tutorial out of date #9085

PA7K opened this issue Mar 12, 2024 · 1 comment
Labels
area:getting started Issues and PRs related to the Getting Started section of the documentation enhancement

Comments

@PA7K
Copy link

PA7K commented Mar 12, 2024

Godot version: 4.3 dev3 win64

In this part of the Tutorial we learn some quick and simple animation.
After animating the "Player", the tutorial asks us to copy and paste the animation to the "Mob".

"
Open the Player scene, select the AnimationPlayer node and open the "float" animation. Next, click on Animation > Copy. Then open mob.tscn, create an AnimationPlayer child node and select it. Click Animation > Paste and make sure that the button with an "A+" icon (Autoplay on Load) and the looping arrows (Animation looping) are also turned on in the animation editor in the bottom panel. That's it; all monsters will now play the float animation.
"

In the my version of Gdot, there is no "Copy" behind the "Animation" button. The closest thing is the "Dublicate...", but this requires additional steps, which the documentation does not explain.

Im just a newbie, but the current method of copy n paste is (as far as i have figured it out) :
-duplicate the animation
-go to manage animation
-click the tiny unmarked button left of the "[build-in]" text
-go to the mob scene
-create the node
-go to manage animation
-click the tiny unmarked clipboard to the right of the folder, to the right of the +, to the right of "[Global]"

Please update the segment I copied above

URL to the documentation page: https://docs.godotengine.org/en/stable/getting_started/first_3d_game/09.adding_animations.html

@skyace65
Copy link
Contributor

This was fixed by #8955, that PR just needs to be cherry picked.

@skyace65 skyace65 added the area:getting started Issues and PRs related to the Getting Started section of the documentation label Mar 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:getting started Issues and PRs related to the Getting Started section of the documentation enhancement
Projects
None yet
Development

No branches or pull requests

2 participants