Releases: needle-mirror/com.unity.ide.visualstudio
Releases · needle-mirror/com.unity.ide.visualstudio
2.0.26
2.0.25
[2.0.25] - 2025-09-16
Internal:
- Fixes for release validation and release process
[2.0.24] - 2025-09-04
Integration:
- Remove support for
Visual Studio for Mac. Please useVS Codegoing forward. - Performance optimizations.
Project generation:
- Allow customization of
langversionwhen using arspfile. - Move to
slnxsolution generation when usingSDK-Styleprojects. - Both
VS CodeandVisual Studio 2026are now usingSDK-Styleprojects by default.
2.0.23
[2.0.23] - 2025-02-03
Integration:
- Monitor
additionalfileextension by default. - Try opening a Visual Studio Code workspace if there's one (
.code-workspacefile in the Unity project).
Project generation:
- Identify
asset,meta,prefabandunityfiles asyaml(Visual Studio Code). - Add
sln/csprojfile nesting (Visual Studio Code). - Improve SDK style project generation.
2.0.22
[2.0.22] - 2023-10-03
Integration:
- Add support for
XDG_DATA_DIRSand.desktopfiles on Linux forVS Codediscovery. - Use compile-time platform-specifics instead of using runtime conditions.
Project generation:
- Suppress
USG0001warnings. - Mark referenced assemblies as private (to not copy extra files to output directory when building).
- Add Unity capability to SDK-Style projects.
- Prevent circular dependency errors with SDK-Style projects.
2.0.21
[2.0.21] - 2023-09-05
Integration:
- Only disable the legacy
com.unity.ide.vscodepackage going forward. - Fix json parsing issues with specific non-UTF code pages.
Project generation:
- Target
netstandard2.1instead ofnetstandard2.0. - Set
defaultSolutioninsettings.json. - Remove
files.excludeentries for rootcsprojandslnfiles insettings.jsonwhen needed. - Add
vstuclaunch configuration tolaunch.jsonwhen needed. - Add
visualstudiotoolsforunity.vstucentry toextensions.jsonwhen needed. - You can prevent the package from patching those configuration files by creating a
.vscode/.vstupatchdisablefile.
2.0.20
[2.0.20] - 2023-06-27
Integration:
- Internal API refactoring.
[2.0.19] - 2023-06-14
Integration:
- Add support for Visual Studio Code.
Project generation:
- Add support for Sdk Style poject generation.
- Fix an issue related to missing properties with 2021.3.
2.0.18
[2.0.18] - 2023-03-17
Integration:
- Performance improvements with
EditorApplication.updatecallbacks.
Project generation:
- Add extra compiler options for analyzers and source generators.
2.0.17
[2.0.17] - 2022-12-06
Integration:
- Fix rare deadlocks while discovering or launching Visual Studio on Windows.
- Improve launching Visual Studio on macOs.
Project generation:
- Include analyzers from response files.
- Update supported C# versions.
- Performance improvements.
2.0.16
[2.0.16] - 2022-06-08
Integration:
- Prevent ADB Refresh while being in safe-mode with a URP project
- Fixed an issue keeping the progress bar visible even after opening a script with Visual Studio.
2.0.15
[2.0.15] - 2022-03-21
Integration:
- Improved project generation performance.
- Added support for keeping file/folder structure when working with external packages.
- Fixed project generation not being refreshed when selecting Visual Studio as the preferred external editor.