Character sprite won't show up when dragged in.

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By MrBest

When I drag my png file into godot the picture of the sprite won’t show up!
Instead it just dissapears without any explanation.
It also doesn’t show the picture of the character when you look at it in [FileSystem].
Does it have something to do with the file size?

Can someone please help me with this, thanks.
If you need more information just ask.

is the picture inside your project folder, when you open it with your file-explorer?

sometimes if you drag and drop files into the editor of godot, it will be saved somewhere else in the project folder. I think you have to select the right folder/directory in the Editor first and then drag&drop a file in it

ener | 2021-10-08 07:56

The image docs says

Note: The maximum image size is 16384×16384 pixels due to graphics hardware limitations. Larger images may fail to import.

Is your image that big?

exuin | 2021-10-09 15:17