A fork of Unity's com.unity.ide.visualstudio package that adds VSCodium detection, alongside the existing Visual Studio and Visual Studio Code support.
- Unity 2021.3 or newer
Important: this package ships the same assembly (
Unity.VisualStudio.Editor) as the officialcom.unity.ide.visualstudio. The two cannot be installed at the same time. Removecom.unity.ide.visualstudiofrom your project first, then add this one.
In Packages/manifest.json, replace the official entry with:
You can also use Package Manager -> Add package from git URL with the git URL above.
Preferences -> External Tools -> External Script Editor -> select your VSCodium install.
LICENSE.md. Original work by Unity Technologies.