Etc Directory created in $HOME

Editor version: 2017.2.0f3
Platform: Arch Linux

On opening a project, the directory $HOME/etc is erroneously created.

3 Likes

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

Same here.
Every i’m open a project, ~/etc magically appear.

Editor version: 2017.2.0f3
Platform: elementary OS Loki

If you use Nautilus or Nemo, a useful workaround, for now, is to add an entry for ‘etc’ into ~/.hidden

echo 'etc' >> ~/.hidden

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

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.

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.

1 Like

Worth mentioning this happens when invoking builds on windows and mac too, when you use -quit -batchmode :slight_smile: