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.
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.