Data and cache directories

From Resonite Wiki
Revision as of 13:46, 21 August 2025 by Mαlοri (talk | contribs) (add defaults path for Linux)

Resonite has two locations, outside of the main installation directory which store files and folders that help Resonite run:

  1. Cache - Store's temporary copies of assets and other items that are downloaded or generated while you are using Resonite.
  2. Database/Data - Stores a local copy of your items and things that you are working on, your login status and settings.

Note that it path is shown inside Resonite Log, in the first few lines saying "DataPath=" and "CachePath=" if those default location does not exist for you.

Folder Default Locations

Cache

By default the cache can be found in: %USERPROFILE%\AppData\Local\Temp\Yellow Dog Man Studios\Resonite

To get there easily:

  1. Push Windows Key + R
  2. Type/Copy this %USERPROFILE%\AppData\Local\Temp\Yellow Dog Man Studios\Resonite into the Run box that appears
  3. Press Enter or the Ok button

Database/Data

By default the data folder can be found in: %USERPROFILE%\AppData\LocalLow\Yellow Dog Man Studios\

To get there easily:

  1. Push Windows Key + R
  2. Type/Copy this %USERPROFILE%\AppData\LocalLow\Yellow Dog Man Studios\ into the Run box that appears
  3. Press Enter or the Ok button


Folder Default Locations On Linux

Cache

By default cache can be found in $XDG_CACHE_HOME/Yellow\ Dog\ Man\ Studios/Cache/

By default XDG_CACHE_HOME should be /home/$USER/.local/share/

If you're using Steam in flatpak, XDG_CACHE_HOME should be /home/$USER/.var/app/com.valvesoftware.Steam/cache/

Database/Data

By default cache can be found in $XDG_DATA_HOME/Yellow\ Dog\ Man\ Studios/Data/

By default XDG_DATA_HOME should be /home/$USER/.local/share/

If you're using Steam in flatpak, XDG_DATA_HOME should be /home/$USER/.var/app/com.valvesoftware.Steam/data