Hi! So, I've been working on a project for a while now, including writing the music, and I wanted to export a quick demo of the game to show to some friends, but while the music works just fine if I run the project from the editor, it seems to break in the exported version. (I'm on a Mac, if that's relevant.) I tried running the .command file to see what was up and got this error:
ERROR: Can't open file from path 'res://Music/fairgrounds world.ogg'.
at: get_file_as_bytes (core/io/file_access.cpp:748)
ERROR: Cannot open file 'res://Music/fairgrounds world.ogg'.
at: load_from_file (modules/vorbis/resource_importer_ogg_vorbis.cpp:247)
so I assume it's something to do with how it's exporting the file location for the audio files, but does anyone know how to fix it? All the other assets so far seem to be working, it's just the music that's not.