There are different tools available to help when debugging or to sate curiosity with this application.
Viewing Database Contents
We are using a LiteDB file to keep things like the cache, settings, and [things yet to be determined] in a single file to help prevent issues that can result from many files changing rapidly as you explore the virtual world.
You can use a program such as OneBella to view the contents of the Database file.
Location differs depending on Operating System.
- Windows:
C:/Users/[USERNAME]/AppData/Roaming/GalaxyViewer/data.db
- Linux:
/home/[USERNAME]/.config/GalaxyViewer/data.db
- Android: [To be added]