Search Issue Tracker
Won't Fix
Votes
0
Found in
2021.3.45f1
2022.3.51f1
6000.0.25f1
6000.1.0a2
Issue ID
UUM-86172
Regression
No
Scene View tab becomes unclickable when opening a message from the Console Window with Visual Studio
Steps to reproduce:
1. Open the attached “My Project.zip” project
2. Make sure you have the preferred IDE set to Visual Studio
3. Enter Play Mode
4. Double-Click on the Debug Log message in the Console Window
5. Minimize Visual Studio after it finishes opening
6. Attempt to switch to Scene View
Expected result: The Scene View is opened
Actual result: The Scene View is not opened and it doesn’t register clicks
Reproducible in: 2021.3.45f1, 2022.3.51f1, 6000.0.25f1, 6000.1.0a2
Reproducible on: Windows 11
Not reproducible on: No other environment tested
Note: Using Visual Studio Code makes it so the tabs are clickable as intended
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- IndexOutOfRangeException occurs when entering "<a></a>" tags in a TextMeshPro UI field
- Numeric property drag cursor gets enabled in the Inspector Preview window when the window is above numeric properties
- UI elements become unusable due to Object and Text Fields being set to empty/"0" when clicking "Reset" on their Components
- Scene Asset is not attached to a Lighting Data Asset for a URP Package Sample Scene
- Gizmos are not rendered for the Base Camera when using Camera Stacking
Resolution Note:
I have reached out to the visual studio team, this is deemed to be a vision compatibility issue, please follow below solution-
In the project generated csproj files says
<UnityProjectGeneratorVersion>2.0.16</UnityProjectGeneratorVersion>
and confirmed in the manigfest.json :
"com.unity.ide.visualstudio": "2.0.16",
So this project is using a legacy VS Editor package. Upgrading to the latest 2.0.22 should solve this issue.