Looking for advice on UI system

Hi I’m wanting to buld a VR app similar to the National Georgraphic app that links to videos stored on a server.

I have been reading a lot and it seems a UI intrface is the way to go, any links to tutorials or advice would be much appreciated as I’m new to unity. I have plenty of experience with After Effects, Premier Pro, Blender etc but finding the correct terminology for what I’m looking to learn is tough.

Cheers

Hi there, welcome to the forums!

Unity provides three completely different toolkits that can be to create the UI for your app. Unity UI (aka uGUI) is probably the best fit for you at this point in time. It has much better tools for creating world space UI than IMGUI, and the new UI Toolkit doesn’t yet have runtime support.

This Unity Learn tutorial might be of interest to you:
Best UI Practices for VR