Godot-docs: 3.1. Animation Introduction Tutorial still explains 3.0.6 AnimationPlayer

Created on 30 Dec 2019  路  3Comments  路  Source: godotengine/godot-docs

All 3 comments

The latest version of the animation introduction explains the 3.1 animation player, but it was never backported to the 3.1 branch. With 3.2 coming out soon it might not be worth it to do that.

I found two minor issues in the Latest branch:

See the animation panel reference below for details.

This links nowhere.

This creates a new track and our first keyframe at the beginning of the timeline:
https://docs.godotengine.org/en/latest/_images/animation_track.png

The sprite track

The track name consists of a Node Path, followed by a colon, followed by a reference to its property, that we would like to modify.

In our example, the path is AnimationPlayer/Sprite and the property is position.

The path always starts at the AnimationPlayer node鈥檚 parent (so paths always have to include the AnimationPlayer node itself).

This still talks about 3.0.6, and the graphic also shows 3.0.6 AnimationPlayer

Thanks! I just made a PR to fix those issues.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

KoopHauss picture KoopHauss  路  3Comments

touilleMan picture touilleMan  路  4Comments

jcmonkey picture jcmonkey  路  4Comments

cbscribe picture cbscribe  路  5Comments

gvekan picture gvekan  路  3Comments