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
- Rigidbody2D.Slide API does not have the needed configuration when creating a 2D Top-Down character controller
- Opening reference for "Playables"component redirects to a missing page
- Sprite Renderer image is changed when switching Mask Interaction and changing Sprite to a shared Sprite
- An unsigned integer is not compared with an integer correctly in player when using IL2CPP backend
- Graphical artifacts are being rendered in Scenes that are loaded during run-time when GPU Resident Drawer is turned on
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.