I’m trying to import a bunch of Jpegs and they all are unusable returning this error:
ERROR: Failed loading resource: res://SomethingElse.jpg.
ERROR: editor/editor_node.cpp:1536 - Condition “res.is_null()” is true. Returning: ERR_CANT_OPEN
I’m trying to import a bunch of Jpegs and they all are unusable returning this error:
ERROR: Failed loading resource: res://SomethingElse.jpg.
ERROR: editor/editor_node.cpp:1536 - Condition “res.is_null()” is true. Returning: ERR_CANT_OPEN
Just try closing godot, running it as administrator and trying again, thats a fix for various programs ![]()
This is a horrible idea to do with most developer tools. Please do not do this. If it’s a permission issue, you should fix the permission issue, don’t blindly give administrator rights to any application you have installed.
I have converted them to a PNG format online which allowed me to use the images
Yea i am kinda stupid sometimes