Skip to content

Releases: needle-mirror/com.unity.ide.visualstudio

2.0.26

16 Dec 23:18

Choose a tag to compare

[2.0.26] - 2025-12-16

Integration:

  • Fix handling of asset-pipeline refresh-mode setting.

Project generation:

  • Add EnableOnDemandExcludedFolderLoading capability when generating SDK-Style project.

2.0.25

08 Oct 01:03

Choose a tag to compare

[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 use VS Code going forward.
  • Performance optimizations.

Project generation:

  • Allow customization of langversion when using a rsp file.
  • Move to slnx solution generation when using SDK-Style projects.
  • Both VS Code and Visual Studio 2026 are now using SDK-Style projects by default.

2.0.23

27 Mar 11:04

Choose a tag to compare

[2.0.23] - 2025-02-03

Integration:

  • Monitor additionalfile extension by default.
  • Try opening a Visual Studio Code workspace if there's one (.code-workspace file in the Unity project).

Project generation:

  • Identify asset, meta, prefab and unity files as yaml (Visual Studio Code).
  • Add sln/csproj file nesting (Visual Studio Code).
  • Improve SDK style project generation.

2.0.22

11 Oct 08:06

Choose a tag to compare

[2.0.22] - 2023-10-03

Integration:

  • Add support for XDG_DATA_DIRS and .desktop files on Linux for VS Code discovery.
  • Use compile-time platform-specifics instead of using runtime conditions.

Project generation:

  • Suppress USG0001 warnings.
  • 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

11 Sep 13:06

Choose a tag to compare

[2.0.21] - 2023-09-05

Integration:

  • Only disable the legacy com.unity.ide.vscode package going forward.
  • Fix json parsing issues with specific non-UTF code pages.

Project generation:

  • Target netstandard2.1 instead of netstandard2.0.
  • Set defaultSolution in settings.json.
  • Remove files.exclude entries for root csproj and sln files in settings.json when needed.
  • Add vstuc launch configuration to launch.json when needed.
  • Add visualstudiotoolsforunity.vstuc entry to extensions.json when needed.
  • You can prevent the package from patching those configuration files by creating a .vscode/.vstupatchdisable file.

2.0.20

01 Aug 16:05

Choose a tag to compare

[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

17 Apr 10:08

Choose a tag to compare

[2.0.18] - 2023-03-17

Integration:

  • Performance improvements with EditorApplication.update callbacks.

Project generation:

  • Add extra compiler options for analyzers and source generators.

2.0.17

07 Dec 09:05

Choose a tag to compare

[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

21 Jun 18:04

Choose a tag to compare

[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

29 Mar 23:05

Choose a tag to compare

[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.