Create and Interact with UI for Virtual Reality - Unreal Engine Virtual Reality Tutorial

  Рет қаралды 43,126

VR Playground

VR Playground

Күн бұрын

Пікірлер: 90
@VRPlayground
@VRPlayground 3 жыл бұрын
What kinds of tutorials would you guys like to see in future videos?
@aziouss2863
@aziouss2863 3 жыл бұрын
Hmm, I am interested in two things. -Virtual reality spectator. (I have been having a huge problem with my VR project what the headset user sees is misaligned with what I see on the pc I have no idea why XD) -How to add a VR body to the player character.
@MrKfadrat
@MrKfadrat 3 жыл бұрын
louder ones ;) i would acutally love to see a semi tutorial on how to walk around the epic tech demo. new tech sounds amazing, and would be awesome to see the details in vr...
@PaulpBkr22
@PaulpBkr22 3 жыл бұрын
A full magazine reload system with a slider on your gun tutorial that moves back to position when let go regardless if you pull back far enough. That's the biggest thing I'm looking for, I'd donate for it instead of buying one of the marketplace
@unicornbaby2628
@unicornbaby2628 3 жыл бұрын
A tut on a vr objective hud or a type of vr objective system
@wmka
@wmka 3 жыл бұрын
I'm trying to figure out how to do grabbed (physics handle) object collision audio. Please and thank you.
@tylucid6646
@tylucid6646 7 ай бұрын
Running 5.3.2. Thank you for the tutorial. It was super helpful! I ran into an issue that a few people are having so I'll leave this here in case it helps others. You have to use IA_Shoot_Left and IA_Shoot_Right in place of the Trigger Left and Right in the VRPawn blueprint, and instead of using "Released" you use "Completed". Don't forget to set the mappings in IMC_Default as well. Hope this helped anyone in my position.
@hodophile2063
@hodophile2063 5 ай бұрын
could you be more specific about your last statement where you're talking about imc default stuff
@tylucid6646
@tylucid6646 5 ай бұрын
@@hodophile2063 the IMC_Default is basically where you set up the controller inputs. Example: (if you were using an Xbox controller and wanted the "A" button to be the "start" button, this is where you would set that). It can be found in a folder in the content browser under VRTemplate/Input. Open this and you will see a bunch of mappings (IA_Move, IA_Turn, etc). Next to the word "Mappings" you will see a little plus and a trashcan. Click the plus to make a new mapping. It will have a main drop down (almost black and will have the name of the mapping like the others above it. You want to click that drop down and search for IA_Shoot_Left. After that, right next to that drop down to the left will be another little dropdown tab. Click that and you will see a little button that looks like a keyboard and yet another dropdown next to that as well as a trashcan icon. Click that drop down and look for Oculus Touch (L) Trigger. Repeat for the right controller as well (IA_Shoot_Right and Oculus Touch (R) Trigger). Then, at 20:46 of the video, simply use the new mapping instead (so instead of InputAction TriggerLeft it will be EnhancedInputAction IA_Shoot_Left and EnhancedInputAction IA_Shoot_Right. Hope this helped!!!
@tylucid6646
@tylucid6646 5 ай бұрын
@@hodophile2063 In the content browser look for VRTemplate/Input and you will find IMC_Default. This is where you set up the mappings for controls. Open it and you will see a list of mappings (IA_Move, IA_Turn, etc). Next to the word mappings is a little plus icon. Click it to make a new mapping. In the new dropdown (it says 'none' currently), select IA_Shoot_Left. To the left of that is another dropdown that will show a little keyboard and yet another dropdown option. Click it and search for Oculus Touch (L) Trigger. Repeat process for the right trigger ( Oculus Touch (R) Trigger and IA_Shoot_Right). Hope this helped!
@tylucid6646
@tylucid6646 5 ай бұрын
@@hodophile2063 I keep trying to but for some reason the comment keeps getting deleted... No idea why...
@tylucid6646
@tylucid6646 5 ай бұрын
@@hodophile2063 In the content browser look for VRTemplate/Input and you will find IMC_Default. This is where you set up the mappings for controls. Open it and you will see a list of mappings (IA_Move, IA_Turn, etc). Next to the word mappings is a little plus icon. Click it to make a new mapping. In the new dropdown (it says 'none' currently), select IA_Shoot_Left. To the left of that is another dropdown that will show a little keyboard and yet another dropdown option. Click it and search for Oculus Touch (L) Trigger. Repeat process for the right trigger ( Oculus Touch (R) Trigger and IA_Shoot_Right). Hope this helped!
@TIAGOBEZERRA999
@TIAGOBEZERRA999 9 ай бұрын
Thank you so much for this tutorial.... But, it's funny, there are no "Triggers" on my VRPawn's Event Graph. Where can I find it? I'm using UE51.1.
@beldenge
@beldenge Жыл бұрын
Every time I need to figure out how to do something in VR with Unreal Engine, I go see if there's a VR Playground video on it. You do an amazing job of releasing videos on practical topics. Thank you for doing what you're doing, and keep up the fantastic work!
@megamoze
@megamoze Жыл бұрын
My default VRPawn does not have the InputAction TriggerRight or Left in the Event Graph. How do I go about recreating that?
@prmees
@prmees 2 ай бұрын
Use InputAction IA_Shoot_Left/Right, this worked for me
@rem3072
@rem3072 Жыл бұрын
I literally found this channel yesterday and I’m already hooked !!! I’m in the midst of switching from unity to UE5, thanks for your awesome content!!!
@ColeWithAGoal
@ColeWithAGoal 2 жыл бұрын
As someone just getting started in Unreal 5, I really appreciate you starting from a fresh project as opposed to the VR template
@bernardrowe4592
@bernardrowe4592 3 жыл бұрын
Grip animation to sockets - opening doors, grabing weapons etc
@CGMouse
@CGMouse Жыл бұрын
Hi i love the tutorials, i do have an issue A @20:22, i'm running UE5.3.1 and the hand motion controllers have had some Updates including the Event Graph so the L and R Trigger events no longer exists. any help to keep following this video would be greatly appreciated. Thanks.
@edoardobracchi
@edoardobracchi Жыл бұрын
Did you find some way to fix this issue? If so, I'm interested! :)
@applewinkie4268
@applewinkie4268 Жыл бұрын
hi have you found the solution?? I need to know too
@CGMouse
@CGMouse Жыл бұрын
sorry, i haven't yet, best bet is to install and run the version of UE that he uses in the vid, that's what i'll be doing, if you find a work around for the latest version please post it. thanks
@tylucid6646
@tylucid6646 7 ай бұрын
Running 5.3.2 here... I did some tinkering and got it working. I tried to create my own mappings but it caused the VRPawn to not work. You have to use IA_Shoot_Left and IA_Shoot_Right in place of them in the VRPawn blueprint, and instead of using "Released" you use "Completed". They are mapped to the triggers already so that's probably why they didn't work when I tried to make my own.. Don't forget to set the mappings in IMC_Default as well. Hope this helped!
@unticinesetrans
@unticinesetrans Жыл бұрын
Hi, I hope you read this, I'm struggling with the fact that my widget interaction beam doesn't seem to interact with the UI, it goes right through it. I'm using UE4.27, I'm just not sure what could be the cause of the malfunction since I'm very new to all this.
@patrikniens4154
@patrikniens4154 2 жыл бұрын
These are some QUALITY stuff, I highly appeciate you taking the time explaining all the parts of the tutorial! Great work, keep it up!!!
@minivipiu2
@minivipiu2 Жыл бұрын
Bro, I'm trying to press the buttons in my menu, but is not working. The click with the mouse doesn't do anything. Hope you can help me. Thanks.
@tanishasarawade7916
@tanishasarawade7916 11 күн бұрын
Same here, did you get any idea or solution for this??
@favoritegames4762
@favoritegames4762 2 жыл бұрын
For some reason, when I click, only the text in the first button changes. Why is that? I used the VR Character from the previous lesson. Added only interaction widgets to controllers. I can walk, but when I press any button, I can't walk and other buttons are not pressed.
@senpaisugoine8408
@senpaisugoine8408 2 жыл бұрын
I need some help, I created a UI with exact same method but when i Click on a button all Input actions are blocked from the controllers. I even changed the motion controller blueprint to press and release correctly.
@rickfuzzy
@rickfuzzy 2 жыл бұрын
I notice you don't answer questions so this is probably pointless... but the text resolution is pretty bad on world space widgets, is there any way to improve that?
@est9905
@est9905 3 ай бұрын
Can you show a video where clicking a button changes the color of a light?
@casa2709
@casa2709 3 жыл бұрын
This is what i was looking for! Thank you man, keep up the good work. BTW. I'm the 1000sub, gratz :D
@hadiyalprem4080
@hadiyalprem4080 2 ай бұрын
How can I interact ui with hand tracking ?
@JamesBerrett
@JamesBerrett 2 жыл бұрын
If you want to remove the pointer guide/debug in the next level how would you do this? level BP? Trying to work out how to only show the line during the opening main menu but not in-game.
@hugomarseu2437
@hugomarseu2437 8 ай бұрын
what a nice tutorial, the only problem is that they changed the VRPawn, there is no longer InputAction Trigger Left / Right. I'm so close to have a working menu. THX for this tutorial
@user-cw3nb8rc9e
@user-cw3nb8rc9e 2 жыл бұрын
Hi. HP Motion Controller plugin and OpenXR and SteamVR plugins enabled, but UE 5.0.0 with HP Reverb G2 VR headset displays old Vive controllers in VR play mode and no steam vr overlay can run. Do you know why ?
@OffspawnGames
@OffspawnGames 2 жыл бұрын
hey bro i have an issue after moving a project from 4.26 into 5.1. When i use the same widget and widget interaction as before i can suddenly only use the widget once and my player loses all controls, no movement and no buttons work. How can i fix this
@LaszloIvanyi
@LaszloIvanyi 3 жыл бұрын
So if I want to I can add this to open and close with the menu button and it would open relative to the player? Or that needs something more?
@priyankarana333
@priyankarana333 2 жыл бұрын
can UI triger a presentation instead of text , if I press one button then static ppt or video can play
@shyamdpr
@shyamdpr 9 ай бұрын
How to show intreractive ui on pc screen while in vr mode plz help
@keith_franz
@keith_franz 2 жыл бұрын
I followed this tutorial, and when I play the level, on my Index headset the menu shows up in the headset and it's extremely zoomed in, it's like my face is right up against the menu, instead of keeping me in the level and showing the menu in the level.
@manonthedollar
@manonthedollar 2 жыл бұрын
If I wanted a touch screen interface in VR (like maybe the character can pick up an iPad and interact with its touchscreen) would I use a Widget in an actor like that, or is there a way to use the widget as a material, for example so it's on the iPad mesh?
@SimpleDeveloperOfficial
@SimpleDeveloperOfficial Жыл бұрын
This is a great tutorial, but a problem im having is I will export my project in Shipping but the Widget Interaction Component wont show up anymore in the game, it shows up perfectly fine in the editor but it wont show up in the packaged build i have, Im using Unreal Engine 4.27, can anyone help me with this issue?
@Fikarblackproject
@Fikarblackproject 9 ай бұрын
is it posible to delete the background menu?
@vrschoolitalia
@vrschoolitalia 2 жыл бұрын
Thanks bro✨💪 I need your help please. I add widget web browser with interaction on UE5.1 and It's work good 😊 but when I packaging my project I don't whatc the web page and so it's Not work. Please help me🤔💪
@rodrigo.cs.machado
@rodrigo.cs.machado 2 жыл бұрын
Hi, excellent tutorial. Could you help me, please? I need to add a SliderBar that follows the player, I'm using the architecture/collab viewer template.
@jelleveldhorst9753
@jelleveldhorst9753 2 жыл бұрын
My text doesn't show up when I go into preview. Any idea why?
@edasarman
@edasarman Жыл бұрын
Hey there, thanks for all the tutorials you've shared with the world. I have a question about Gaze-Based navigation. As I can see and as you've mentioned most interaction is made with handsets and triggers, while I just want to use gaze-direction to move around and teleport. I read that early UE4 versions had gaze-based navigation tools which UE 5 doesn't. Do you have any recommendations for me to use gaze as a pointer/trigger ? (i'm using UE 5) Thanks !
@WindsEternal
@WindsEternal 9 ай бұрын
Thank you! This is exactly what I needed.
@guijieqiu1878
@guijieqiu1878 3 жыл бұрын
Want to know more about how to show and hide this UI with a button
@Mayor_Imad
@Mayor_Imad 2 жыл бұрын
Did you figure it out? yet i'm having trouble with this same thing
@luyaohuang6579
@luyaohuang6579 2 жыл бұрын
thanks u tutorial, I meet a promble. I followed your tutorial to change the controller. But after I click the button once I can't keep clicking it, I can't even teleport, and all the functions don't work anymore.
@kaushikpaddy7467
@kaushikpaddy7467 2 жыл бұрын
Did you find any fixes?? I am having that issue noww :(
@Upri5e
@Upri5e 2 жыл бұрын
Month later, Having the same problem any fix ?
@kaushikpaddy7467
@kaushikpaddy7467 2 жыл бұрын
@@Upri5e Hey Yes! So On release just after you have the release pointerkey node you need to add "Set Input Mode Game Only". I guess when you click it sets the games input to be UI only? and the buttons stop working but idk
@Upri5e
@Upri5e 2 жыл бұрын
@@kaushikpaddy7467 Thanks alot for the response, yes i think the issue was in 5.1 once we point to the UI it was focusing on it, the way i fixed it is I made sure the widget and the buttons on it have focusable disabled.
@Siddharth7297
@Siddharth7297 3 жыл бұрын
Thanks for this! Could you make a tutorial for building a VR watch/menu?
@starmechlx
@starmechlx 2 жыл бұрын
Beautiful tutorial. Thank you for the ever important why's of everything as well!
@AeleksDesigns
@AeleksDesigns 3 жыл бұрын
Hey, thanks for these great tutorials :) I have a request for a Tutorial (since you've asked for suggestions) ... i'm currently trying to replicate the white cursor circle thingy from the default unreal-VR-controller-Menu ... the "restart"-/"real life"-one you can control via right-controller-menuinteraction-trace & also the left thumbstick... but for in-world-widgets like you show here in the video. My Problem is the complexity of this/Epics Default-Vr-Menu (for this usecase), because it includes a mass of blueprint code for controller-thumbstick-widget-interaction, left/right hand detection and stuff like "always face the player" ... which isn't needed at all for a widget that is just placed in the world. I "assume" the solution for "just display the white-dot-cursor instead of the debug-dot-thingy" (from this tutorial here) isnt as complicated as i imagine it to be, but like i said, epics default-menu is riddled with additional functions, which makes it pretty hard for me to understand how the actual dot-cursor-function works / is designed within said blueprint. Anyway, thanks again for your tutorials ... helped me a lot in the last couple of weeks. PS: is it just me, or is it normal that the Controllers of the Oculus Rift (the very first one) have a horrible/unusable rotation offset when it comes to the widget-interaction-linetrace in the current openXR implementation for Unreal? The Linetrace literally shoots towards the sky if i hold the controller level to point at something ... had to make my own rotation-offset-fix-function, in order to use widget-interaction-linetraces without breaking my wrist while trying to point at something.
@astronomicalclock2546
@astronomicalclock2546 3 жыл бұрын
This was great :D Needed a sense of achievement today.
@OldManGamingUK
@OldManGamingUK 3 жыл бұрын
Great Tutorial. Can you do a tutorial that shows how to switch out the SimpleUI in the UIActor to another widget Blueprint. For example, we use SimpleUI for our MainMenu to start the game. When the game finishes we want ScoreUI to pop up instead to show the score.
@ameenafi9505
@ameenafi9505 10 ай бұрын
Hlo Sir pls upload AR tutorial class using unreal engine
@manonthedollar
@manonthedollar 2 жыл бұрын
8:23 Caught me off-guard lol
@sams_3d_stuff
@sams_3d_stuff 2 жыл бұрын
THIS IS AMAZING!
Oculus Quest Hand Tracking Setup - Unreal Engine VR Tutorial
11:25
VR Playground
Рет қаралды 18 М.
Adding a Heads Up Display to a VR Player - Unreal Engine VR Tutorial
15:07
Every team from the Bracket Buster! Who ya got? 😏
0:53
FailArmy Shorts
Рет қаралды 13 МЛН
БАБУШКА ШАРИТ #shorts
0:16
Паша Осадчий
Рет қаралды 4,1 МЛН
Build User Interfaces In VIRTUAL REALITY For Unreal Engine 5
14:25
Virtus Learning Hub
Рет қаралды 79 М.
Pop-Up User Interface for Your Wrist in Virtual Reality
12:02
VR Playground
Рет қаралды 15 М.
Make a Simple Main Menu for Virtual Reality!
18:40
VR Playground
Рет қаралды 18 М.
How to Make a Lever for Virtual Reality with Unreal Engine
17:31
VR Playground
Рет қаралды 10 М.
Inventory for VR Player - Unreal Engine VR Tutorial
25:26
VR Playground
Рет қаралды 7 М.
Creating a VR Menu in Unreal Engine 5
28:30
Kyle Geske
Рет қаралды 1,4 М.
Make a Button for Virtual Reality - Unreal Engine VR Tutorial
15:12
VR Playground
Рет қаралды 11 М.
Creating AR and VR Projects with Unreal Engine | Webinar
46:09
Unreal Engine
Рет қаралды 196 М.
Черная Magic Mouse
0:53
Romancev768
Рет қаралды 807 М.
🪄Вечная спичка #diy #выживание #поход
1:00
Короче, ВИ
Рет қаралды 2,8 МЛН
Что такое дагестанский кирпичный завод!
0:53
АВТОБРОДЯГИ - ПУТЕШЕСТВИЯ НА МАШИНЕ
Рет қаралды 746 М.
НИКОГДА не иди на сделку с сестрой!
0:11
Даша Боровик
Рет қаралды 729 М.
Monster My Best Friend 🥹❤️👻 #shorts Tiktok
1:01
BETER BÖCÜK
Рет қаралды 29 МЛН