0 votes

I am trying to follow the tutorial „Your first game“ here: http://docs.godotengine.org/en/latest/getting_started/step_by_step/your_first_game.html

I have created the project and unzipped the assets into my project folder. Now I try to create the sprite animation, as outlined here: http://docs.godotengine.org/en/latest/getting_started/step_by_step/your_first_game.html#sprite-animation

However, I can't „Drag the two images for each animation, named playerGreyup[1/2] and playerGreywalk[1/2], into the “Animation Frames” side of the panel“:

  • Dragging the files from the explorer does nothing
  • The files don't show up in the „file system“ pane on the left

So I tried to add the files by using the „load resource“ button, but I get:

"ERROR: Couldn't load frame resource"

On stdout I see:

ERROR: No loader found for resource: res://dodge_assets/art/playerGrey_up1.png At: core\io\resource_loader.cpp:285

Do I need to convert the PNGs into a format that Godot understands first? If so, which format is this?

in Engine by (12 points)

Please log in or register to answer this question.

Welcome to Godot Engine Q&A, where you can ask questions and receive answers from other members of the community.

Please make sure to read Frequently asked questions and How to use this Q&A? before posting your first questions.
Social login is currently unavailable. If you've previously logged in with a Facebook or GitHub account, use the I forgot my password link in the login box to set a password for your account. If you still can't access your account, send an email to [email protected] with your username.