- Open Unity and navigate to Window → Package Manager
- Click the "+" button in the top left corner
- Select "Add package from git URL"
- Enter the following URL:
https://github.com/huynguyen03dev/com.unity.ide.kiro.git - Click "Add"
- Installation complete!
The following 4 extensions are required for Unity IntelliSense to work properly in Kiro:
- .NET Install Tool
- C# (ms-dotnettools)
- C# Dev Kit
- Unity
The Kiro extension marketplace does not currently support the extensions required for Unity development. To use this package with Kiro, you'll need to manually install the extensions listed above.
Download from VS Code Extensions
- You can download the
.vsixfiles directly from the VS Code extension marketplace for each of the 4 required extensions
Download from Repository
- Or you can download all the
.vsixfiles from: https://github.com/huynguyen03dev/Unity-IDE-Extensions
- Obtain the
.vsixfiles using one of the options above - In Kiro, open the command palette using F1 or Ctrl+Shift+P
- Search for and select "Extensions: Install from VSIX..."
- Install each
.vsixfile one by one - Ensure all
.vsixfiles are installed for complete functionality - Restart Kiro to complete the installation