diff --git a/docs/Simulation_Logging.md b/docs/Simulation_Logging.md new file mode 100644 index 0000000..ed07254 --- /dev/null +++ b/docs/Simulation_Logging.md @@ -0,0 +1,12 @@ +# Simulation Logging + +Logs are exported to the `Telemetry/Logs` folder in your operating system's [persistent data path](https://docs.unity3d.com/ScriptReference/Application-persistentDataPath.html). + +For example, on Windows, the logs will be exported to +`C:\Users\\AppData\LocalLow\BAMLAB\micromissiles\Telemetry`. + +On MacOS, the logs will be exported to +`~/Library/Application Support/BAMLAB/micromissiles/Telemetry`. + + +