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
- Color mismatch in UI Builders Library panel when the Editors theme is set to Light Mode
- [Android ] "AndroidJNI.ToBooleanArray" returns a random non-zero value instead of "IntPtr.Zero" when the method argument is null
- Non-HDR color picker opens when selecting material color with HDR enabled
- Crash on EditorApplication:Internal_CallUpdateFunctions when pushing property block by index to SpriteShapeRenderer
- Depth Texture Mode "After Opaques" breaks when "Full Screen Pass Renderer Feature" is added
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.