Skip to content

Unity Editor integration for Antigravity. Enables automatic executable discovery, .csproj generation, and full IntelliSense support via OmniSharp

License

Notifications You must be signed in to change notification settings

TermWay/unity-ide-antigravity

Repository files navigation

Unity Antigravity Editor

This package provides native integration between Unity and the Antigravity Editor.

It is a fork of the legacy com.unity.ide.vscode package, patched specifically to recognize Antigravity as a supported IDE. This solves the issue where Unity treats the editor as a generic text tool by:

  • Automatically detecting Antigravity.exe and .app paths.
  • Forcing the generation of .csproj and .sln files.
  • Enabling full IntelliSense support via OmniSharp.

Important Requirement

Because Antigravity is a VS Code fork, it cannot use the Microsoft "C# Dev Kit". To get IntelliSense working, you must:

  1. Install this package in Unity.
  2. Install the free-csharp-vscode extension (by muhammad-sammy) inside Antigravity.

Installation

You can install this package directly via the Unity Package Manager using the Git URL.

Unity Package Manager (Recommended)

  1. Open your Unity project.
  2. Go to Window > Package Manager.
  3. Click the + (plus) button in the top-left corner.
  4. Select Add package from git URL....
  5. Paste the following URL and click Add: https://github.com/TermWay/unity-ide-antigravity.git

Setup

After installing:

  1. Go to Edit > Preferences > External Tools.
  2. Select Antigravity Editor from the dropdown.
  3. Click Regenerate project files.

Antigravity Setup

Antigravity Code Preview

License

This project is licensed under the MIT License.

Copyright (c) 2025 Termway

Credits

This project is based on the Unity IDE VSCode package.
Original License: com.unity.ide.vscode@1.2 License

About

Unity Editor integration for Antigravity. Enables automatic executable discovery, .csproj generation, and full IntelliSense support via OmniSharp

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages