Search Unity

Bug etc Directory created in $HOME

Discussion in 'Linux' started by judgementAlex, Oct 17, 2017.

  1. judgementAlex

    judgementAlex

    Joined:
    Sep 9, 2013
    Posts:
    28
    Editor version: 2017.2.0f3
    Platform: Arch Linux

    On opening a project, the directory $HOME/etc is erroneously created.
     
    rakkarage, tfnaug and lennard7001 like this.
  2. lennard7001

    lennard7001

    Joined:
    Sep 13, 2017
    Posts:
    2
    Now the mystery of the of the unknown ~/etc folder is solved. Yeah, I started to wonder where it came from. It happens on Ubuntu 17.10 Beta2 and the newest Arch Version too
     
  3. tfnaug

    tfnaug

    Joined:
    Jan 1, 2017
    Posts:
    10
    Same here.
    Every i'm open a project, ~/etc magically appear.

    Editor version: 2017.2.0f3
    Platform: elementary OS Loki
     
  4. judgementAlex

    judgementAlex

    Joined:
    Sep 9, 2013
    Posts:
    28
    If you use Nautilus or Nemo, a useful workaround, for now, is to add an entry for 'etc' into ~/.hidden
    Code (CSharp):
    1. echo 'etc' >> ~/.hidden
     
  5. rakkarage

    rakkarage

    Joined:
    Feb 3, 2014
    Posts:
    683
    when I open a project through a folder (ir shortcut to folder) on desktop a etc is created on desktop?

    & 'C:\Program Files\Unity\Editor\Unity.exe' -projectPath 'C:\Users\rakka\Desktop\New Unity Project'

    does not happen if I open through unity? only with this projectPath parameter?

    thanks
     
  6. judgementAlex

    judgementAlex

    Joined:
    Sep 9, 2013
    Posts:
    28
    interesting that this affects Windows as well.

    I would guess if you change the shortcut value "Start In" to "C:\Program Files\Unity\Editor", the etc folder would only get created in that working directory.
     
  7. PJayB

    PJayB

    Unity Technologies

    Joined:
    Apr 24, 2017
    Posts:
    105
    This seems to be created by the Package Manager. Thanks for reporting this issue.

    Edit: Looks like our team is already aware of this issue and is investigating.
     
    Last edited: Nov 10, 2017
    rakkarage likes this.
  8. GordonM

    GordonM

    Joined:
    Nov 13, 2015
    Posts:
    33
    Worth mentioning this happens when invoking builds on windows and mac too, when you use -quit -batchmode :)