Search Issue Tracker
Fixed in 2022.1.X
Fixed in 2021.2.X
Votes
0
Found in
2021.1.0a4
2021.1.24f1
2021.2
2022.1
Issue ID
1377063
Regression
Yes
Zooming in/out syncs across several SceneView Tabs
Reproduction steps:
1. Create a new project
2. Add new SceneView Tab (RightClick on any other tab (except SceneView) -> Add Tab -> Scene)
3. Press On new SceneView Tab
4. Zoom In or Out using the scroll wheel
Expected result: Scene view zooms in/out only in a newly created SceneView Tab
Actual result: Scene View zooms in/out in both SceneView Tabs
Reproducible with: 2021.1.0a4, 2021.1.28f1, 2021.2.1f1, 2022.1.0a13
Not reproducible with: 2019.4.32f1, 2020.3.22f1, 2021.1.0a3
Note: Restarting Unity after adding a new SceneView Tab fixes the issue.
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
- Manual reference page for Grid Selection is missing
- Awaitable.NextFrameAsync causes GC Alloc 0.7 KB when using CancellationToken
- Prefab "Overrides" list item popups are overridden when navigating with keyboard arrow keys
- Alpha Tolerance setting does not affect generated outlines when generating Custom Physics Shape in the Sprite Editor
- The information/help message section misses a margin in the "Profiler" window
Resolution Note (fix version 2022.1):
Fixing new Scene View tab using a reference to the previous tab zoom.
https://github.cds.internal.unity3d.com/unity/unity/pull/6607
Resolution Note (fix version 2021.2):
Fixing Zoom across several SceneView tabs
https://github.cds.internal.unity3d.com/unity/unity/pull/6609