Skip to content

Scrawnyon/Unity-Log-Copy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

Unity Log Copy

Copies and stores log files from %localappdata%low to the actual game folder (or Unity editor), and purges user paths for privacy

Why?

Unity only stores two log files at a time and overwrites them on each launch, which can be troublesome when users run into bugs, since the logs may already be gone, and directing less experienced users to the folder can be a bother

Usage

Either add this as a MonoBehaviour to the scene (in which case the logs will be copied when the app closes), or call CopyLogsToAppFolder.DoCopyLogs()

Notes

Unity only creates log files when running built projects (not the editor)

About

Copies and stores log files from %localappdata%low to the actual game folder (or Unity editor)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages