VR GUI/Menu ideas

Hi,

I want to start a thread about the different GUI and Menu ideas people have for VR, since we can’t use the standard HUD blueprint functions in a sensible way.

Here’s a youtube video of my first draft. I wanted to get rid of buttons and timers (though I think one should implement them in a game as an option, too):

It’s all done in blueprint and I tried to keep the function and layout seperate, so I can switch to other layouts without much hassle.

I’ve gone for rendering a standard UI to a plane in front of the camera based on the actors rotation, but not the cameras.

See the 1:10 mark in the following video.

https://youtube.com/watch?v=mj76bTppvJ8

In this example, I have it scaled for match the screen.

For VR, I imagine the UI being further from the camera, scaled down slightly and using a larger cursor.

Aside from the unfixed location, it’d act like a standard UI.

I thought I would throw my little weekend project in as I was also looking at HUD related things also.

Influenced by the great game lunar flight I quickly knocked up a quick test to see how easy it would be to have screens inside a mech cockpit rather than rely on standard UI, I have the mech cockpit with some placeholder screens, I apply a check to see if they are being looked at in order for the player to interact with them and then I swapped the material out to show a visual indication that the player can use them, its very simple but effective.

I will probably put some more hours into this to get more functionality into it.

Could it be that your HUD is a bit Elite Dangerous inspired? :wink:

The way to look on the Screen to use this one as active Screen is the same like in that Game. I think it is a very good working solution, but only from my imagination point of view, must wait for my DK2 to see how it is in praxis.

I also want to work later on a HUD/GUI.

Hi! nice work!
I’m really new in UE4, and i’m trying to achieve a similar thing.
It would be really nice if you can share your workaround.
Cheers!

Hovercast VR Menu

I’m working on a project called Hovercast VR Menu:

You can find the project at GitHub: GitHub - aestheticinteractive/Hover-UI-Kit: Create beautiful user interfaces for immersive VR/AR experiences.

It’s currently built with Unity, with support for Leap Motion input. Although I don’t have experience with Unreal, I would consider adding support if there is interest.

In addition to new features and improvements, I’d also like to expand the project to support more 3D input devices. Which input devices seem the most suitable for a menu like this? I’d expect the menu to have some device-specific features/modes to take advantage of each device’s strengths and capabilities.

Man that is really, really cool. That gets me excited about the future of UI design. It sucks that the leap has so many “iffy” moments. Those particular movements seem fairly stabilized, and I think once you are in that position it would work fairly well. It’s always the bending of the fingers that screws things up momentarily.

I’d love to see something like this if you talking about interest.

Zachkinstner very interested on this! I also tried with some stuff in Unity and it would be nice to have some UI for Unreal with Leap Motion. Looking forward to hear from you!

Not sure if this the right thread, but I was hoping to be able to create an very elaborate HUD (Ironman helmet style) in After effects and use it in a semi interactive project in Unreal. Does anyone know if using video as a texture in this manner is possible? And if so, would it see the alpha channel?

Thanks! I agree, I’m excited about all the new possibilities with VR interfaces and design. Not every developer likes to think about all that, though, so ideally they can drop-in a Hovercast menu, then focus on their VR experiences and interactions.

I find that lighting and computing power have a big impact on stability. In medium/dark lighting with my development machine, it tracks really well. For head-mounted display, it helps to look in a direction away from my desk/monitors.

I have some work ahead of me to get a Unreal version in place, but it’s on my list. I really appreciate the feedback!

Want updates? I’ll be posting about new videos/features on Twitter (@anonymous_user_0a6a7b35](https://twitter.com/zachkinstner/status/560539438229782528)). Re-tweets make me happy :wink:

The opening of our Maze Roller trailer shows the menu system I am currently working on. The demo is available https://share.oculus.com/app/maze-roller . The next release will include menu and UI improvements like disabling auto-selection by default, adding in HDM highlighting/selecting for all menus (currently only in Level Select).

For the in-game UI (maze levels) we are moving this off the wall to be closer to the board so players don’t have to look up for this information.

Yes there is definitely interest. Leap VR integrates well with Unreal and I personally have been looking to use Hovercast for Unreal.

Yes, I can say that there is interest. I’ve been looking for Hovercast for Unreal and that’s what brought me to this.

Gamepad operated menu with 3d widget.

2d8b7b4c55dff66491dec637f8b768b7cc11cd6e.jpeg

This is the widget blueprint.
d4cfe0a96242884422f067580b5c0b86bdb8aa40.jpeg

I have been working on the Inventory system with gamepad control but wen its turned into a 3d widget the dynamic inventory items won’t display. I think I may need to do a 3d mesh item instead of a image and text.

The test shows it working.

The Widget Blueprint




8e03c2ff7413b5a5a441b5c88e4ca64ce7e0b9dc.jpeg

the 3dwidget in world not showing dynamic inventory
4ed04f4e2b759ea9e5a153c1f4d4af1ea474932d.jpeg

Hi! Please can you PLEASE provide with a linear workflow as for how to create this type of GUI. It would be such a help.