Search Issue Tracker
Won't Fix
Votes
0
Found in
2017.4
2019.4
2020.1
2020.2
2021.1
2021.1.0a9
Issue ID
1298665
Regression
No
Editor can't differentiate between windows of the same name/type when returning from Play Mode
How to reproduce:
1. Open the attached project
2. Select the leftmost Scene View, enter and leave Play Mode
3. Observe that the window focus is returned correctly to the same Scene View
4. Now change your selection to the Scene View next to it and repeat step #2
5. Observe that the Editor returns to the wrong Scene View
Expected result: Editor is able to differentiate between different windows with the same name/function
Actual result: Editor can't differentiate between different windows with the same name/function and selects the wrong Scene View when returning from Play Mode
Reproduced: 2021.1.0a9, 2020.2.0f1, 2020.1.17f1, 2019.4.16f1, 2017.4.40f1
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
- Standard Unity Materials and Shaders become corrupted after importing specific Asset Packages
- [Linux][OpenGL][Vulkan] Draw calls are not shown in the Event List when taking a capture of a frame with RenderDoc
- Inaccurate collision detections when Rigidbody Collision Detection is set to "Continuous" or "Continuous Dynamic"
- Crash on Object::IncrementPersistentDirtyIndex when upgrading project version
- [iOS] Multiple Xcode project instances created before opens up when performing Build and Run for iOS Platform
Resolution Note (2021.2.X):
In 2021.2 the behavior has changed, when you press the Play button, the focus in put on the main toolbar view, then when you enter play mode, the game view gets focused, and when you leave play mode by pressing the play button, the focus is put back on the toolbar.