Skip to content

Repo sync for protected branch #10290

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Jun 21, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 36 additions & 1 deletion gamedev/unity/change-log-visual-studio-tools-for-unity.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Change Log (Visual Studio Tools for Unity, Windows)"
description: View the change log for Visual Studio Tools for Unity, Windows. See changes from version 1.0.0.0 through 4.7.0.0 and beyond.
ms.date: "6/14/2023"
ms.date: "6/21/2024"
ms.subservice: unity-tools
ms.service: visual-studio
ms.topic: "conceptual"
Expand All @@ -13,6 +13,41 @@ manager: crdun

Visual Studio Tools for Unity change log.


## 17.10.1.0
Released May 21, 2024

### New Features

- **Integration:**

- Added [`USP0022`](https://github.com/microsoft/Microsoft.Unity.Analyzers/blob/main/doc/USP0022.md) suppressor, Unity objects should not use if-null-coalescing.

### Bug fixes

- **Integration:**

- Display keyboard focus as expected when navigating in Unity Messages.

- Improve player announce parsing.

- Improve local player detection.

## 17.10.0.0
Released March 12, 2024

### New Features

- **Integration:**

- Improve [`UNT0024`](https://github.com/microsoft/Microsoft.Unity.Analyzers/blob/main/doc/UNT0024.md) analyzer, to support `Unity.Mathematics.floatX` types.

### Bug fixes

- **Debugging:**

- Fix nullable-value-type display when evaluating.

## 17.9.3.0
Released February 13, 2024

Expand Down