Search Issue Tracker
Won't Fix
Won't Fix in 6000.1.X
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
- Long Property names are not truncated in the Add Property dropdown in the Animation window when the Long Property name does not fit
- [iOS] High CPU load when device keyboard is open
- Selected Animation clip in the Animation window changes when the Domain Reload is triggered
- Animation window scrollbar keeps resetting when the scrollbar width is changed after adding an event
- LocalizationSettings.InitializationOperation hangs when re-entering Play Mode with Domain Reload disabled
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.
Resolution Note (6000.1.X):
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.