2D Main Menu for VR

Hello everyone,

i already made a main menu for my game, and it works more or less fine. Now i’m trying to use it with VR/Oculus, but if i start the game, the menu is messed up… Do you have any idea what i can do about it? I think it’s not just working with “Add to viewport” i have to add something else, but i don’t know what…

Would be nice if someone of you could help me

2D menus do not work in VR - using the viewport is like placing a menu on your eyeball.

You need to use 3D widgets to create a usable VR menu:

https://docs.unrealengine.com/latest/INT/Engine/UMG/HowTo/Create3DWidgets/

https://docs.unrealengine.com/latest/INT/Videos/PLZlv_N0_O1gY7G589Z3I5-Dz7AdFSIWaG/QRXMi2NpvwI/

Thanks for the links and the answer, it helped me a lot! :slight_smile: