API v1 checking… · p50 — · 0 installs/hr
v0.1.0
Fork
View on GitHub
crazyshader
New Fork
0 0

Kiro editor integration for supporting Kiro as code editor for unity. Adds support for generating csproj files for intellisense purposes, auto discovery of installations, etc.

Install via Unity Package Manager

Add to Unity Package Manager

Paste this URL into Unity's Window › Package Manager › + › Add package from git URL, or click Install.

git https://www.pkglnk.dev/kiro.git
Package ID com.unity.ide.kiro · Updated Apr 29, 2026
Install 0

README

Rendered from GitHub

Unity Kiro Editor Integration

Plugin tích hợp Kiro Editor với Unity, hỗ trợ IntelliSense, debugging và tự động tạo project files.

Tính năng

  • 🔍 Tự động phát hiện Kiro installation trên Windows, macOS và Linux
  • 📝 Tạo file .csproj.sln cho IntelliSense
  • 🐛 Hỗ trợ debugging Unity projects
  • ⚙️ Tự động cấu hình workspace (.vscode/settings.json, launch.json, extensions.json)
  • 🔄 Đồng bộ project files khi có thay đổi
  • 🧪 Tích hợp Unity Test Framework

Cài đặt nhanh

Kiro có thể cùng tồn tại với Windsurf - Không cần gỡ package cũ!

  1. Mở Unity → WindowPackage Manager
  2. Click "+""Add package from git URL..."
  3. Nhập: https://github.com/tndh/com.unity.ide.kiro.git
  4. Click "Add"
  5. Chọn editor trong EditPreferencesExternal Tools

Xem INSTALLATION.md để biết thêm chi tiết. Gặp vấn đề? Xem TROUBLESHOOTING.md.

Cấu hình

Sau khi cài đặt:

  1. EditPreferencesExternal Tools
  2. Chọn Kiro trong dropdown External Script Editor
  3. Click "Regenerate project files"

Package Add

Yêu cầu

  • Unity 2019.4 trở lên
  • Kiro Editor

Kiểm tra phát hiện Kiro (Windows)

Nếu Unity không tự động phát hiện Kiro, chạy script test:

powershell -ExecutionPolicy Bypass -File test-kiro-detection.ps1

Script sẽ quét tất cả ổ đĩa và hiển thị vị trí Kiro được tìm thấy.

Đóng góp

Contributions are welcome! Please feel free to submit a Pull Request.

License

MIT License - xem LICENSE.md để biết thêm chi tiết.

Versions 0

No versions tracked yet.

Dependencies 0

No dependencies.

Changelog 0 releases

No changelog entries yet. Run the admin Changelog & Version Scanner to pull from the repository's CHANGELOG.md.

README Markdown

Copy this to your project's README.md

Style
Preview
pkglnk installs badge
## Installation

Add **Kiro Editor** 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/kiro.git
```

[![pkglnk](https://www.pkglnk.dev/badge/kiro.svg?style=pkglnk)](https://www.pkglnk.dev/pkg/kiro)
Embed badge README snippet
Markdown
[![pkglnk installs](https://www.pkglnk.dev/badge/kiro.svg)](https://www.pkglnk.dev/pkg/kiro)
HTML
<a href="https://www.pkglnk.dev/pkg/kiro"><img src="https://www.pkglnk.dev/badge/kiro.svg" alt="pkglnk installs"></a>
URL
https://www.pkglnk.dev/badge/kiro.svg

Comments

No comments yet. Be the first!