{"id":28712362,"url":"https://github.com/andersystems/unity-symbolic-link-importer","last_synced_at":"2025-08-10T03:06:54.736Z","repository":{"id":297676768,"uuid":"997568181","full_name":"AnderSystems/unity-symbolic-Link-Importer","owner":"AnderSystems","description":"Easily create symbolic links in Unity projects with a custom editor window. This tool allows you to link external folders into your Assets directory, enabling shared code, assets, and tools across multiple Unity projects without duplication.","archived":false,"fork":false,"pushed_at":"2025-06-11T15:59:36.000Z","size":13,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-11T17:14:53.907Z","etag":null,"topics":["asset-sharing","editor-tool","folder-link","modular-workflow","shared-assets","symbolic-link","symlink","unity","unity-editor-extension","unity-package"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AnderSystems.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-06-06T18:49:13.000Z","updated_at":"2025-06-11T16:01:04.000Z","dependencies_parsed_at":"2025-06-11T17:14:55.938Z","dependency_job_id":null,"html_url":"https://github.com/AnderSystems/unity-symbolic-Link-Importer","commit_stats":null,"previous_names":["andersystems/symboliclinkimporter","andersystems/symbolic-link-importer"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/AnderSystems/unity-symbolic-Link-Importer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AnderSystems%2Funity-symbolic-Link-Importer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AnderSystems%2Funity-symbolic-Link-Importer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AnderSystems%2Funity-symbolic-Link-Importer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AnderSystems%2Funity-symbolic-Link-Importer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AnderSystems","download_url":"https://codeload.github.com/AnderSystems/unity-symbolic-Link-Importer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AnderSystems%2Funity-symbolic-Link-Importer/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269668803,"owners_count":24456541,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-10T02:00:08.965Z","response_time":71,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["asset-sharing","editor-tool","folder-link","modular-workflow","shared-assets","symbolic-link","symlink","unity","unity-editor-extension","unity-package"],"created_at":"2025-06-14T23:05:33.267Z","updated_at":"2025-08-10T03:06:54.698Z","avatar_url":"https://github.com/AnderSystems.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🧷 Symbolic Link Importer\n\nA lightweight Unity Editor tool for creating **symbolic links** directly from the Project window. Perfect for sharing assets across projects without duplicating files.\n\n---\n\n## 🔗 Features\n\n- Seamless symbolic link creation via the Unity Editor\n- Friendly interface to browse source and target paths\n- Works across Windows and Unix-based systems\n- Great for modular workflows, monorepos, and shared asset libraries\n\n🧩 Designed for Unity developers who need modular project structures, shared tools, or common codebases without duplicating content.\n⚠️ Use with caution: symbolic links may affect Unity’s asset database or cause unintended behavior if misused.\n\n---\n\n## 🎯 What is it for?\n\n- Share assets between multiple Unity projects.\n- Avoid duplication and save disk space.\n- Maintain a modular, organized project structure.\n\n---\n\n## 📦 Installation\n\n### Option 1 — Clone the repository:\n1. Go to `Window/Package Management/Package Manager` or `Window/Package Manager`.\n2. Click on `+` and `Install package from git URL`\n3. Paste the repository URL on field:\n   ```bash\n   https://github.com/AnderSystems/SymbolicLinkImporter.git\n   ```\n\n### Option 2 — Manual download:\n1. Download the repository as `.zip` from GitHub.\n2. Extract it into your Unity project at:\n   ```\n   Assets/Editor/SymbolicLinkImporter\n   ```\n\n\u003e ✅ Tested on Unity 2021 and above (recommended: Unity 2022+)\n\n---\n\n## ⚙️ How to use\n\n1. In Unity, right-click inside the **Project** panel.\n2. Go to:\n   ```\n   Assets \u003e Symbolic Link \u003e Create Symbolic Link\n   ```\n![Captura de tela 2025-06-11 125109](https://github.com/user-attachments/assets/5b257f8e-d525-4bbf-8308-7c27d95ba35c)\n\n3. Use the window to:\n   - Select a **target path** inside your project\n   - Choose the **source path** from your file system\n![Captura de tela 2025-06-11 125218](https://github.com/user-attachments/assets/1966f644-893c-4f29-97f6-151dfe2365a1)\n\n4. Click **Create Link**.\n\nDone. Your project will now reference the external file/folder as if it were local.\n![Captura de tela 2025-06-11 125328](https://github.com/user-attachments/assets/6def5dea-f257-4463-9066-db7abd175ae2)\n\n\n---\n\n## ❗ Known Issues\n\n- **\"Access denied\" errors** on Windows → run Unity as Administrator.\n- **On macOS/Linux** → may require additional permissions via terminal.\n- **Broken links** → moving or renaming the original folder will break the symlink.\n- **Antivirus false positives** → some security software might block symlink creation.\n\n---\n\n## 👤 Author\n\nMade with 💻 by [Ander Systems](https://github.com/AnderSystems)  \nBuilt by Marco — with help from ChatGPT.\n\n---\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandersystems%2Funity-symbolic-link-importer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandersystems%2Funity-symbolic-link-importer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandersystems%2Funity-symbolic-link-importer/lists"}