this error is showing in this function,
static func load_savegame() -> Resource:
if not ResourceLoader.has_cached(SAVE_GAME_PATH):
return ResourceLoader.load(SAVE_GAME_PATH, "", true)
Should I use the resource path in the function or a different path for a saving an loading system?
Some samples could also help.