Creating UI in VR.

Joseph Hibbs
Oct 27, 2023

--

Creating interactive 2D UI is actually fairly simple.

All we need to do is create a UI set it to world space and add a Tracked Device Graphic Raycaster.

Now all you need to do is resize and put the 2D UI where you want it to be, and add the UI types you will use inside the canvas such as Sliders, Buttons, and etc.

--

--