-
-
Notifications
You must be signed in to change notification settings - Fork 293
Description
The unity support is demanding some logs and I am having a hard time to understand how to fetch them from a github action. I need these logs
Unity Editor Logs
Windows: %LOCALAPPDATA%\Unity\Editor\Editor.log
macOS: ~/Library/Logs/Unity/Editor.log
Linux: ~/.config/unity3d/Editor.log
Licensing Client Logs
Windows: %LOCALAPPDATA%\Unity\Unity.Licensing.Client.log
macOS: ~/Library/Logs/Unity/Unity.Licensing.Client.log
Linux: ~/.config/unity3d/Unity/Unity.Licensing.Client.log
Licensing Audits
Windows: %LOCALAPPDATA%\Unity\Unity.Entitlements.Audit.log
macOS: ~/Library/Logs/Unity/Unity.Entitlements.Audit.log
Linux: ~/.config/unity3d/Unity/Unity.Entitlements.Audit.log
Services Configuration
Windows: %PROGRAMDATA%\Unity\config\services-config.json
macOS: /Library/Application Support/Unity/config/services-config.json
Linux: /usr/share/unity3d/config/services-config.json
chatgpt is not helping and I couldn't find it in the documentation, help?
this is a self-hosted runner, it would be useful to have a way to fetch the log out of the box. even -logFile is not clear to me, I suppose I can use a local absolute path tho?