@TwistedTwigleg said:
Does the console/terminal give any errors if you run the exported Mac version from the console/terminal?
Hey! I think I finally figured out how to check what you were asking. :)
This is what my terminal says when I run the program and press the play button. SO MANY ERRORS! But I dont understand what is happening because I may have changed up the resources it is trying to load but pretty sure everything I am asking my game to load is in my project folder.
UNSUPPORTED (log once): POSSIBLE ISSUE: unit 1 GLD_TEXTURE_INDEX_2D is unloadable and bound to sampler type (Float) - using zero texture because texture unloadable
Registered camera FaceTime HD Camera with id 1 position 0 at index 0
ERROR: load: No loader found for resource: res://Art/CastleDoor.png.
At: core/io/resource_loader.cpp:290.
ERROR: poll: res://Objects/CastleDoor.tscn:3 - Parse Error: [ext_resource] referenced nonexistent resource at: res://Art/CastleDoor.png
At: scene/resources/resource_format_text.cpp:440.
ERROR: load: Failed to load resource 'res://Objects/CastleDoor.tscn'.
At: core/io/resource_loader.cpp:212.
ERROR: load: Failed loading resource: res://Objects/CastleDoor.tscn. Make sure resources have been imported by opening the project in the editor at least once.
At: core/io/resource_loader.cpp:283.
ERROR: poll: res://Levels/Level05.tscn:5 - Parse Error: [ext_resource] referenced nonexistent resource at: res://Objects/CastleDoor.tscn
At: scene/resources/resource_format_text.cpp:440.
ERROR: load: Failed to load resource 'res://Levels/Level05.tscn'.
At: core/io/resource_loader.cpp:212.
ERROR: load: Failed loading resource: res://Levels/Level05.tscn. Make sure resources have been imported by opening the project in the editor at least once.
At: core/io/resource_loader.cpp:283.
ERROR: poll: res://Levels/Level04.tscn:10 - Parse Error: [ext_resource] referenced nonexistent resource at: res://Levels/Level05.tscn
At: scene/resources/resource_format_text.cpp:440.
ERROR: load: Failed to load resource 'res://Levels/Level04.tscn'.
At: core/io/resource_loader.cpp:212.
ERROR: load: Failed loading resource: res://Levels/Level04.tscn. Make sure resources have been imported by opening the project in the editor at least once.
At: core/io/resource_loader.cpp:283.
ERROR: poll: res://Levels/Level03.tscn:4 - Parse Error: [ext_resource] referenced nonexistent resource at: res://Levels/Level04.tscn
At: scene/resources/resource_format_text.cpp:440.
ERROR: load: Failed to load resource 'res://Levels/Level03.tscn'.
At: core/io/resource_loader.cpp:212.
ERROR: load: Failed loading resource: res://Levels/Level03.tscn. Make sure resources have been imported by opening the project in the editor at least once.
At: core/io/resource_loader.cpp:283.
ERROR: poll: res://Levels/Level02.tscn:4 - Parse Error: [ext_resource] referenced nonexistent resource at: res://Levels/Level03.tscn
At: scene/resources/resource_format_text.cpp:440.
ERROR: load: Failed to load resource 'res://Levels/Level02.tscn'.
At: core/io/resource_loader.cpp:212.
ERROR: load: Failed loading resource: res://Levels/Level02.tscn. Make sure resources have been imported by opening the project in the editor at least once.
At: core/io/resource_loader.cpp:283.
ERROR: poll: res://Levels/level1.tscn:18 - Parse Error: [ext_resource] referenced nonexistent resource at: res://Levels/Level02.tscn
At: scene/resources/resource_format_text.cpp:440.
ERROR: load: Failed to load resource 'res://Levels/level1.tscn'.
At: core/io/resource_loader.cpp:212.
ERROR: load: Failed loading resource: res://Levels/level1.tscn. Make sure resources have been imported by opening the project in the editor at least once.
At: core/io/resource_loader.cpp:283.
ERROR: emit_signal: Error calling method from signal 'button_up': 'Button(Play.gd)::on_Play_up': Method not found..
At: core/object.cpp:1257.