Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(1 edit)

Ah OK, so the *.audition folder is named like that in the docs as the exact name depends on how you loaded the app onto the device.

  1. If you install over USB, compiled to device, or loaded onto device from the Simulator it’s most likely called com.gingerbeardman.audition
  2. If you installed via sideloading website it’s called something else ending in .audition

Basically, when accessing via USB the folder should already exist at PLAYDATE/Data/ and end with .audition - you want to put your files in there.

(2 edits)

That's the thing....it's not creating any folder that ends in "audition" in the Data folder.  I'm compiling and sideloading over USB.  I know the apps need to be run once for some of those folders to show up, but that's not the issue.  I've ran audition many times.

Try adjusting one of the settings (press menu button) away from default and that should force it to create the datastore folder.

Bingo!  That worked!  Thank you!