Our game is developed using the Unity game engine. For comprehensive technical details about the engine, you can visit the official Unity Technical Documentation.
For information specifically about Unity log files, please refer to the Unity Log File Documentation, which explains everything related to log files in detail.
How to Access the Unity Log File on Windows
Unity creates and stores various information, including log files, cookies, temporary files, and settings, in a specific folder. Here’s how you can access this folder on a Windows system:
- Open the Run Window: Press the
Win + R
keys on your keyboard simultaneously to open the Run dialog box. - Enter the Path: In the Run dialog box, type the following path and press Enter:
%UserProfile%\AppData\LocalLow\infinite8\LandRockerPro\
This action will open the Unity folder specific to our game, where you will find two important log files:
- Player.txt: This file contains the log of the most recent game session, whether the game is currently running or has been closed.
- Player-prev.txt: This file contains the log from the previous game session. It gets renamed to this file when you start a new game session.
Sending the Log Files to Developers
If you encounter issues or bugs, these log files can be extremely helpful for our developers to diagnose and resolve the problem. Please follow these steps to send the log files:
- Locate the
Player.txt
andPlayer-prev.txt
files in the Unity folder as described above. - Attach these files to an email or upload them through any social app
- Provide a brief description of the issue you are experiencing and any relevant screenshots or details.
Thank you for helping us improve the game by providing this critical information. Your cooperation is greatly appreciated!
Best regards,
The Development Team