UI element query

Hello everyone,

Just a simple question.

How would I, in relation to any camera (AR, VR, normal etc), allow a 2D UI element to appear in the top left, top right, bottom left, and bottom right? Thank you!

As there is no ‘screen space’ in VR, you would create a UI screen in 3D space and have it move with the camera.

eg have it as a child of the camera entity so that it’s always ‘fixed’ in the users view.