Unity editor integration for Antigravity. Adds support for generating csproj files for IntelliSense, auto-discovery of installations, workspace management, and more.
- ✅ Automatic Antigravity installation detection
- ✅ C# project file generation (.csproj, .sln)
- ✅ Workspace support
- ✅ Reuse existing window option
- ✅ Unity debugger integration
- ✅ Cross-platform support (Windows, macOS, Linux)
- Open Unity Editor
- Go to Window → Package Manager
- Click the "+" button at the top left corner
- Select "Add package from git URL"
- Insert:
https://github.com/akshwpsh/com.unity.ide.antigravity.git - Click "Add"
- Done!
After installation:
- Go to Edit → Preferences → External Tools
- Select Antigravity as your External Script Editor
- (Optional) Enable "Reuse existing Antigravity window" to open files in the current window
- Unity 2019.4 or later
- Antigravity Editor installed on your system
- Windows
- macOS
- Linux
- Ensure Antigravity is installed in the standard location
- Check if the executable is in your system PATH
- Verify Antigravity is set as the default external editor in Unity preferences
- Regenerate project files: Assets → Open C# Project
MIT License - See LICENSE.md for details
Based on the official Unity Visual Studio Code integration package and Cursor integration by boxqkrtm.