Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/karl-/unity-symlink-utility
A small extension that adds a menu item to add folders as symlinks in Unity.
https://github.com/karl-/unity-symlink-utility
Last synced: 3 months ago
JSON representation
A small extension that adds a menu item to add folders as symlinks in Unity.
- Host: GitHub
- URL: https://github.com/karl-/unity-symlink-utility
- Owner: karl-
- License: mit
- Created: 2016-12-02T20:58:07.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2021-01-21T13:43:25.000Z (about 4 years ago)
- Last Synced: 2024-10-11T10:25:53.910Z (4 months ago)
- Language: C#
- Size: 72.3 KB
- Stars: 105
- Watchers: 4
- Forks: 14
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-unity3d - unity-symlink-utility - A small extension that adds a menu item to add folders as symlinks in Unity (Open Source Repositories / Editor)
- awesome-opensource-unity - unity-symlink-utility - A small extension that adds a menu item to add folders as symlinks in Unity. (Open Source Packages / Editor)
README
# unity-symlink-utility
A small extension that adds a menu item to add folders as symlinks in Unity.
**A warning from Unity**
> Using symlinks in Unity projects may cause your project to become corrupted if you create multiple references to the same asset, use recursive symlinks or use symlinks to share assets between projects used with different versions of Unity. Make sure you know what you are doing.
Basically just don't create multiple symlinks pointing to the same folder, and don't make symlinks inside symlinks.
## Quick Start
![](menuitem.png)
- Open the menu item `Assets > Create > Folder (Symlink)`
- Choose the directory sourceNew symlinks are placed in the selected directory, named to match the source folder.