Home › Per Unity UGUI docs (and Godot Control), the CAN…
Per Unity UGUI docs (and Godot Control), the CANVAS render mode 'Screen Space − Overlay' positions UI in which way?
AOn a billboard always facing the camera
BOn top of the 3D scene without depth testing
CIn the 3D world with depth + perspective
DOnly on the second monitor in dual-screen setups
Answer & Solution
Correct answer: B. On top of the 3D scene without depth testing
Unity Manual (Canvas Render Modes): Overlay renders last, in screen pixel coords, regardless of camera. World-Space is the diegetic mode.
Related questions
In modern game UI development, the IMMEDIATE-MODE GUI pattern (e.g. Dear ImGui by Omar CorIn Unity UI Toolkit (and Godot's Control system), USS / theme styling is similar to which Per Schell Lens of Curiosity + Nielsen 'aesthetic + minimalist design' (heuristic #8), UI In game UI accessibility, COLOUR-BLIND consideration most commonly avoids which colour paiPer Nielsen 10 heuristics, 'error prevention' (heuristic #5) recommends which over good erIn UI architecture, the MVVM pattern (used by Unreal UMG + Unity UI Toolkit) decouples viePer Schell's *Art of Game Design* (Lens of Indirect Control), the GAME UI should ideally dIn game UI, DIEGETIC vs NON-DIEGETIC UI are distinguished by which property?