This freeware Unity Engine game saves in Windows its data at:
- %USERPROFILE%\AppData\LocalLow\Turbo Chimp
- %USERPROFILE%\Documents\Turbo Chimp
- The registry key HKEY_CURRENT_USER\SOFTWARE\Turbo Chimp
Are there general Unity command line parameters that might allow specifying different paths (e.g. game.exe -save_to=c:\games) or allow to use a file like game.ini to specify where to save?
This is because I prefer to run programs in a portable way (if all else fails, I will create a portable launcher that will remove leftovers upon closure).