Package Symlinker
Tool for maintaining symbolic linked packages for Unity
com.codewriter.package-symlinker 
Install via UPM
Add to Unity Package Manager using this URL
https://www.pkglnk.dev/package-symlinker.git README Markdown
Copy this to your project's README.md
## Installation
Add **Package Symlinker** 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/package-symlinker.git
```
[](https://www.pkglnk.dev/pkg/package-symlinker)README
Package Symlinker

Tool for maintaining symbolic linked packages for Unity
Supported Editor Platforms:
- Windows
- MacOS
- Linux*
Linux should work well, but has not been tested.
About
Unity allow you to develop modular code and reuse it across multiple projects using packages. This packages usually placed in separate Unity project. So you development process may be similar to the following:
- Switch to project with your packages
- Edit the code
- Publish new package version to registry (github, bitbucket or your own)
- Switch to real project
- Update package to latest version
- Check that in real project all work correctly
- Repeat from step 1 if any bug found
It seems that it would be much more easy to edit packages directly in a real project?
Package Symlinker is a tool that allows you in a couple of clicks create symbolic links to packages, so you can edit any package as if it were located right in the project.
With this tool your workflow can be simplified to:
- Create a symbolic link to the package
- Edit the package directly in real project
- Delete symbolic link
- Publish new package version to registry
- Update real project to latest package version
Install
Library distributed as git package (How to install package from git URL)
Git URL: https://github.com/codewriter-packages/Package-Symlinker.git
License
Package Symlinker is MIT licensed.
Comments
No comments yet. Be the first!
Sign in to join the conversation
Sign In