Search Unity

Unity aggressively detects and eradicates symbolic links

Discussion in 'Editor & General Support' started by senfield, Aug 30, 2019.

  1. senfield

    senfield

    Joined:
    Apr 1, 2019
    Posts:
    31
    I have been attempting to share the ProjectSettings folder between two projects. I wanted to use a symbolic link to do this. But it turns out that Unity is apparently watching for this internally and subverting my efforts. I would link the ProjectSettings directory from one project into another and every time I change a setting in the project using the link, it seems to be blowing away my link.
    Has anyone found a way to get Unity to share nicely and respect symbolic links?