Project

General

Profile

Feedback #5273

Updated by Squelch over 8 years ago

Hi,

KSP creates 2 additional directories under Linux in "~/.config/unity3d" :
* Squad/
* SQUAD/

One contains additional configuration files for KSP and the other does the same for the Launcher. The Launcher is in the all-capitalized one; it would make sense to unify these.

This has been the case since at least 0.90, and verified with 1.0.4 (not an option in your version drop-down).

<pre>
micha@urutu:~/.config/unity3d$ tree
+-- global.prefs
+-- Player.log
+-- Squad
| \-- Kerbal Space Program
| +-- Player.log
| \-- prefs
+-- SQUAD
\-- KSPLauncher
+-- Player.log
\-- prefs
</pre>

So while it might be a semantic nitpick I do consider this to be a (very very minor) bug.

Back