The Godot Q&A is currently undergoing maintenance!

Your ability to ask and answer questions is temporarily disabled. You can browse existing threads in read-only mode.

We are working on bringing this community platform back to its full functionality, stay tuned for updates.

godotengine.org | Twitter

0 votes

Greetings, I'm programming a game and added a scene for a standard explosion animation. One of its nodes is an Animated Sprite. I worked with that at home, and to send it quicker to my office to tweak it a little more, I decided not to send all my game files, just the scenes I changed and the explosion animated image sequence I made, and here at the office I just replaced the scenes I changed.

Weird enough, when I try to run it, Godot cannot find the explosion animation. If I try to remove the Animated Sprite node, create a new "default" animation and load the image sequence files for the explosion, it simply says: "ERROR: Could not load frame resource!" (these image files show a small cube icon in the Godot file browser).

Since my files are all working fine (and they did work at home), what did I miss when I tried to use my files at the office, and how can I fix this?

Thanks in advance!

in Engine by (109 points)
edited by

2 Answers

0 votes
Best answer

When you moved only a smaller number of your files, did you ensure that the explosion file wasn't corrupted? And the *.import files were properly generated?

by (3,164 points)
selected by

The Explosion file were working. The Import files, I have no idea of what are they used for.

I created a workaround. I noticed one subfolder was not being shown at the file system, so I created a new subfolder, copied inside there all the original folder content, and deleted the original. After that, I just renamed the new folder as the same name of the original, and Godot rescanned it.

Anyway, I'd still love to understand what happened and why does Godot needs this ton of import files and how do they work.

According to the official documentation, the .import files contain the import configuration.

0 votes

I've been struggling with pretty much the same problem. Suddenly the image I was using for my Sprite changed into a different icon. Later I figured out that it has actually gone missing completely from my file system.

So If you see the image within the Filesystem dock window in Godot in the following way (the top png file is showing a small thumbnail of the real image and the bottom one only a reference to a nonexistent image):

https://www.dropbox.com/s/3d6gqftz50h4m7a/1.png

then open the folder containing that image (I mean not in Godot but in your operating system). This icon indicates that the file is missing. Only its name/reference is shown in the Filesystem dock window in Godot.

In my case it happened like that:
1. I had a Sprite and an image assigned to it.
2. I deleted the Sprite Node. This operation has also deleted the image, but the reference to the image remains in my Assets folder in Godot.

A quick fix is just to open the filesystem and see if the image is really there.

by (23 points)
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.