Skip to content

Log Files

Andreas edited this page Jan 16, 2023 · 6 revisions

Log files are text files that help developers understand and debug issues.

When you open a bug report, it is always a good idea to attach a log file so developers can better determine what went wrong.

You can find the log files of UltraStar Play depending on your operating system in the following folder:

  • Linux: ~/.config/unity3d/ultrastar/UltraStar Play/Logs
  • macOS: ~/Libary/Application Support/ultrastar/UltraStar Play/Logs
  • Windows: C:\Users\username\AppData\LocalLow\ultrastar\UltraStar Play\Logs
  • Android: /storage/emulated/0/Android/data/com.ultrastar.UltraStarPlay/files/Logs
    • Thereby /storage/emulated/0/ is the internal storage. This part may vary depending on the specific device.
    • Note: This path must be accessed from another device via USB connection. The contents of this location are private. This means no app on the Android device can read the data created by another app.
    • Example path for a Galaxy S10e device accessed from a Windows PC: My Computer\Galaxy S10e\Phone\Android\data\com.ultrastar.UltraStarPlay\files\Logs
Clone this wiki locally