Unity Issue Tracker - The dropdown menu opens on the primary monitor when the Editor is on the secondary monitor
Closed
UUM-32929
The dropdown menu opens on the primary monitor when the Editor is on the secondary monitor
Unity: IMGUI Framework
Won't Fix
2023.2.X
2023.1.X
2022.2.X
2021.3.X
The IMGUI dropdown menu isn't designed to work in the GameView, and will definitely not work in players. Consider using UI Toolkit or UGUI dropdown menus instead.
Reproduction steps:
1. Open the attached “Test Project” Project
2. Move the Editor window to a second monitor
3. Open the “Scenes/SampleScene” Scene
4. Enter the Play Mode
5. Press the “one” Option in the Game View
Expected result: The dropdown menu appears on the secondary monitor
Actual result: The dropdown menu appears on the first monitor