A Unity ID allows you to buy and/or subscribe to Unity products and services, shop in the Asset Store and participate in the Unity community.
Visual Studio package is for Visual Studio only (not VS Code). For Visual Studio Code you have to use the Visual Studio Code package which is...
Hello @imabusayed, we think this issue was fixed with VS Editor Package v2.0.3. Please use the Unity package manager to update this component....
Thanks @SiqiLi. Confirmed. This issue will be fixed with VS Editor package v2.0.3.
Thanks @Jiaoan. Confirmed. I double checked with your exports and this issue will be fixed with VS Editor package v2.0.3. We don't have a release...
@SiqiLi thanks, could you run one extra command please? .\Library\PackageCache\com.unity.ide.visualstudio@2.0.2\Editor\VSWhere\vswhere.exe...
You can use diagnostic analysers, but not diagnostic suppressors so far: I opened this ticket for tracking:...
Hi @DCTShinobi, could you try to upgrade to VS 16.6.3 ?
Hello folks. - VSTU is only displaying files included in cs-projects, so you need to instruct Unity to generate proper projects. - For that you...
I will fix all those cases in the PR. (this one is yet another one). Syntax analysis is hard :(
Fixed here: https://github.com/microsoft/Microsoft.Unity.Analyzers/issues/88
We should suppress `IDE0031` as well: See https://github.com/microsoft/Microsoft.Unity.Analyzers/blob/master/doc/USP0002.md Tested here:...
Nice if it's now working properly. I think we already fixed your issues: For MenuItem (I fixed this one today):...
Hi @Ziflin, this is not something I repro when using VS2019 16.6.2. Any chance you could upgrade your VS installation ? And one setting you can...
Hello, we should already suppress those kinds of warnings. See our open source project on Github:...
Okay then in VS, click on Help/Send Feedback/Report a problem an file an issue please. This will give us useful telemetry info and log files....
Perhaps your project is triggering a specific issue? Any chance you could share it with us? Seb
Fixed in both VSTU (for 2019.x and before) and the VS package (2020.x+) masters.
Ah something is weird, you have VSTU 4.3.3 with VS 16.6. This is probably an old VSTU preview version we gave you. You should try to uninstall it...
Yes this is on our radar. What we planned going forward is to keep the VS setting as is, but on the Unity side: - always call...
It is working for both 2019.14f1 and 2020.x on my side. Perhaps it's something specific to your project ?