Godot 4 C# Tutorial #5 : Animate like a Unity Programmer

To get started we will need some sprites or sprite-sheets. I have created sprite-sheets specifically for use in Godot which can be downloaded from my GIT repo. You can use your own sprite-sheets also.

๐ŸŒŸTutorial Links ๐ŸŒŸ

Dino Images Zip: https://github.com/VidyaGameMaka/godot4tutorial/blob/main/FreeArt/DinoCharacter/FreeDinoSprite.zip

If you are not following along with the previous tutorials that is fine, this is a standalone tutorial.
Drag the sprite sheets into:
Prefabs/Characters/Dino

Create a new node and call it: DinoPlayer_PFB

In folder: Prefabs/Characters/Dino

  • CharacterBody2D
    • Sprite
    • CollisionShape2D
    • AnimationPlayer
Scroll to Top