Skip to content

Commit 6b08b35

Browse files
Merge pull request #11058 from MicrosoftDocs/main638937255066355996sync_temp
For protected branch, push strategy should use PR and merge to target branch method to work around git push error
2 parents dc00f2f + e8af201 commit 6b08b35

File tree

1 file changed

+56
-1
lines changed

1 file changed

+56
-1
lines changed

gamedev/unity/change-log-visual-studio-tools-for-unity.md

Lines changed: 56 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Change Log (Visual Studio Tools for Unity, Windows)"
33
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"
55
ms.subservice: unity-tools
66
ms.service: visual-studio
77
ms.topic: "conceptual"
@@ -13,6 +13,61 @@ manager: crdun
1313

1414
Visual Studio Tools for Unity change log.
1515

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.
64+
65+
### Bug fixes
66+
67+
- **Integration:**
68+
69+
- Minor UI fixes.
70+
1671
## 17.14.1.0
1772
Released May 13, 2025
1873

0 commit comments

Comments
 (0)