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
+56-1Lines changed: 56 additions & 1 deletion
Display the source diff
Display the rich diff
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/3/2025"
4
+
ms.date: "9/17/2025"
5
5
ms.subservice: unity-tools
6
6
ms.service: visual-studio
7
7
ms.topic: "conceptual"
@@ -13,6 +13,61 @@ manager: crdun
13
13
14
14
Visual Studio Tools for Unity change log.
15
15
16
+
## 18.0.2.0
17
+
Released September 9, 2025
18
+
19
+
### New Features
20
+
21
+
-**Integration:**
22
+
23
+
- Added `Odin` support for serialization attributes in [`USP0004`](https://github.com/microsoft/Microsoft.Unity.Analyzers/blob/main/doc/USP0004.md), [`USP0006`](https://github.com/microsoft/Microsoft.Unity.Analyzers/blob/main/doc/USP0006.md), [`USP0007`](https://github.com/microsoft/Microsoft.Unity.Analyzers/blob/main/doc/USP0007.md) and [`USP0013`](https://github.com/microsoft/Microsoft.Unity.Analyzers/blob/main/doc/USP0013.md) suppressors.
24
+
25
+
- Added `UniTask` support for all message-based diagnostics and suppressors.
26
+
27
+
- Added [`USP0023`](https://github.com/microsoft/Microsoft.Unity.Analyzers/blob/main/doc/USP0023.md) suppressor, Don't flag incorrect naming styles for Unity messages.
28
+
29
+
- Added [`UNT0039`](https://github.com/microsoft/Microsoft.Unity.Analyzers/blob/main/doc/UNT0039.md) diagnostic, Use `RequireComponent` attribute when self-invoking `GetComponent`.
30
+
31
+
- Added ignored members to [`UNT0031`](https://github.com/microsoft/Microsoft.Unity.Analyzers/blob/main/doc/UNT0031.md) diagnostic, Asset operations in `LoadAttribute` method.
32
+
33
+
### Bug fixes
34
+
35
+
-**Integration:**
36
+
37
+
- Stability fixes when decoding messages coming from the debuggee.
38
+
39
+
- Fixed intellisense: Do not commit on '(' or ')' characters.
40
+
41
+
## 18.0.1.0
42
+
Released August 11, 2025
43
+
44
+
### Bug fixes
45
+
46
+
-**Integration:**
47
+
48
+
- Stability fixes with [`UNT0035`](https://github.com/microsoft/Microsoft.Unity.Analyzers/blob/main/doc/UNT0035.md) and [`UNT0034`](https://github.com/microsoft/Microsoft.Unity.Analyzers/blob/main/doc/UNT0034.md) analyzers regarding `Vector` conversions.
49
+
50
+
- Stability fixes with [`USP0009`](https://github.com/microsoft/Microsoft.Unity.Analyzers/blob/main/doc/USP0009.md) suppressor regarding `ContextMenu` attribute usage.
51
+
52
+
- Stability fixes with thread enumeration.
53
+
54
+
## 18.0.0.0
55
+
Released July 7, 2025
56
+
57
+
### New Features
58
+
59
+
-**Integration:**
60
+
61
+
- Added support for Visual Studio 2026.
62
+
63
+
- Added protected scope for the unity message settings.
0 commit comments