Failure to load resource due to import problem?

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

I’m building a player inventory, and have a script which is supposed to build a directory by pulling .tres items from an Items folder. However, upon running the game, I’m getting the following errors:

E 0:00:00.408 load_interactive: Cannot open file ‘res://Resouces/Items/charcoal.tres’.
E 0:00:00.412 _load: Failed loading resource: res://Resouces/Items/charcoal.tres. Make sure resources have been imported by opening the project in the editor at least once.

Assuming the suggested import problem is the issue, I’m not sure what it means. The resources were created through the editor, and each one has been opened separately at least once to edit variables.

Thanks for your help!

:bust_in_silhouette: Reply From: rossunger

Spelling mistake : Resouces… is that what your folder is called?

Well heck - that’s it. Too focused on checking capitalization errors & didn’t see the missing ‘r’ :stuck_out_tongue:
Thanks!

Aramar | 2022-01-31 01:19

Happens all the time! :slight_smile: glad to help

rossunger | 2022-01-31 01:22