You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: gamedev/unity/change-log-visual-studio-tools-for-unity.md
+36-1Lines changed: 36 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: "Change Log (Visual Studio Tools for Unity, Windows)"
3
3
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.
4
-
ms.date: "6/14/2023"
4
+
ms.date: "6/21/2024"
5
5
ms.subservice: unity-tools
6
6
ms.service: visual-studio
7
7
ms.topic: "conceptual"
@@ -13,6 +13,41 @@ manager: crdun
13
13
14
14
Visual Studio Tools for Unity change log.
15
15
16
+
17
+
## 17.10.1.0
18
+
Released May 21, 2024
19
+
20
+
### New Features
21
+
22
+
-**Integration:**
23
+
24
+
- Added [`USP0022`](https://github.com/microsoft/Microsoft.Unity.Analyzers/blob/main/doc/USP0022.md) suppressor, Unity objects should not use if-null-coalescing.
25
+
26
+
### Bug fixes
27
+
28
+
-**Integration:**
29
+
30
+
- Display keyboard focus as expected when navigating in Unity Messages.
31
+
32
+
- Improve player announce parsing.
33
+
34
+
- Improve local player detection.
35
+
36
+
## 17.10.0.0
37
+
Released March 12, 2024
38
+
39
+
### New Features
40
+
41
+
-**Integration:**
42
+
43
+
- Improve [`UNT0024`](https://github.com/microsoft/Microsoft.Unity.Analyzers/blob/main/doc/UNT0024.md) analyzer, to support `Unity.Mathematics.floatX` types.
44
+
45
+
### Bug fixes
46
+
47
+
-**Debugging:**
48
+
49
+
- Fix nullable-value-type display when evaluating.
0 commit comments