Zed
Integrate Zed as your external script editor in Unity with automatic editor discovery and registration. Supports C# solution and project file generation for seamless code editing workflows. Perfect for developers who prefer Zed's lightweight, high-performance editing experience within their Unity projects.
com.maligan.unity-zed 
Install via UPM
Add to Unity Package Manager using this URL
https://www.pkglnk.dev/unity-zed.git README Markdown
Copy this to your project's README.md
## Installation
Add **Zed** 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/unity-zed.git
```
[](https://www.pkglnk.dev/pkg/unity-zed)Dependencies (1)
README
Zed for Unity 
This is a homemade package to integrate Zed as Unity external script editor.
Roadmap
- Discovery of Zed installations
- Register as Unity external tools
- Support C# sln/csproj generation
- Write Zed extension to deeper integration via IPC
Installation
# 1. Via OpenUPM
openupm add com.maligan.unity-zed
# 2. Via PackageManger & GitHub URL
https://github.com/maligan/unity-zed.git
# 3. Via copy this repository content into Packages/ folder
No comments yet. Be the first!