Simbolic Link Importer
Create symbolic links directly from Unity's Project window to reference external files and folders without duplication. Ideal for sharing assets across projects, maintaining modular structures, and reducing disk space usage. Supports Windows and Unix-based systems with a simple Editor interface for managing source and target paths.
com.andersystems.simboliclinkimporter Install via UPM
Add to Unity Package Manager using this URL
https://www.pkglnk.dev/simboliclinkimporter.git README Markdown
Copy this to your project's README.md
## Installation
Add **Simbolic Link Importer** to your Unity project via Package Manager:
1. Open **Window > Package Manager**
2. Click **+** > **Add package from git URL**
3. Enter:
```
https://www.pkglnk.dev/simboliclinkimporter.git
```
[](https://www.pkglnk.dev/pkg/simboliclinkimporter)Dependencies (2)
README
π§· Symbolic Link Importer
A lightweight Unity Editor tool for creating symbolic links directly from the Project window. Perfect for sharing assets across projects without duplicating files.
π Features
- Seamless symbolic link creation via the Unity Editor
- Friendly interface to browse source and target paths
- Works across Windows and Unix-based systems
- Great for modular workflows, monorepos, and shared asset libraries
π§© Designed for Unity developers who need modular project structures, shared tools, or common codebases without duplicating content. β οΈ Use with caution: symbolic links may affect Unityβs asset database or cause unintended behavior if misused.
π― What is it for?
- Share assets between multiple Unity projects.
- Avoid duplication and save disk space.
- Maintain a modular, organized project structure.
π¦ Installation
Option 1 β Clone the repository:
- Go to
Window/Package Management/Package ManagerorWindow/Package Manager. - Click on
+andInstall package from git URL - Paste the repository URL on field:
https://github.com/AnderSystems/SymbolicLinkImporter.git
Option 2 β Manual download:
- Download the repository as
.zipfrom GitHub. - Extract it into your Unity project at:
Assets/Editor/SymbolicLinkImporter
β Tested on Unity 2021 and above (recommended: Unity 2022+)
βοΈ How to use
- In Unity, right-click inside the Project panel.
- Go to:
Assets > Symbolic Link > Create Symbolic Link
Use the window to:
- Select a target path inside your project
- Choose the source path from your file system
Click Create Link.
Done. Your project will now reference the external file/folder as if it were local.
β Known Issues
- "Access denied" errors on Windows β run Unity as Administrator.
- On macOS/Linux β may require additional permissions via terminal.
- Broken links β moving or renaming the original folder will break the symlink.
- Antivirus false positives β some security software might block symlink creation.
π€ Author
Made with π» by Ander Systems
Built by Marco β with help from ChatGPT.
Comments
No comments yet. Be the first!
Sign in to join the conversation
Sign In