How to Eat in VR using the Unity XR Interaction Toolkit

  Рет қаралды 7,586

Justin P Barnett

Justin P Barnett

Күн бұрын

Пікірлер: 59
@mpschigoda1677
@mpschigoda1677 3 жыл бұрын
Super love that you go through the VR setup steps in each video. With the changes to the systems making the older videos harder to follow, this really helps! (like when they changed XR rig XR origin, and especially the way interaction toolkit gets added. Can't wait till that's out of pre release)
@JustinPBarnett
@JustinPBarnett 3 жыл бұрын
Yea I find that it's just easier to re-cover that part for the people who are totally new and for those who want to see what changed! I can't wait till it's out of pre-release too
@AndrewLyon23
@AndrewLyon23 3 жыл бұрын
I'm applying this to a project that is in no way a consume relationship, but works so well, thanks for making these videos man!!!! They're more helpful than you realize!
@JustinPBarnett
@JustinPBarnett 3 жыл бұрын
That's awesome! Best of luck on your project!
@qualar
@qualar 2 жыл бұрын
Not only are your videos accurate and straight to the point you also come across as a friendly guy. Great job
@JustinPBarnett
@JustinPBarnett 2 жыл бұрын
Thanks so much!!
@rickybobbyracing9106
@rickybobbyracing9106 2 жыл бұрын
Another awesome video. It was just fun to see how you would do something like this. Helps me learn more about how unity works, and how game dev works.
@JustinPBarnett
@JustinPBarnett 2 жыл бұрын
Glad you enjoyed it!
@proclaimedgamers5708
@proclaimedgamers5708 3 жыл бұрын
dood your so clutch i actually needed this i was gonna do this today, btw you do awesome tutorials keep up the work!
@JustinPBarnett
@JustinPBarnett 3 жыл бұрын
Thanks so much!!
@melistopcu831
@melistopcu831 Ай бұрын
Thank you for this beautifull video.🤗
@DavidZobristGames
@DavidZobristGames 3 жыл бұрын
Oh man! I wished i knew about the context menu earlier :D Thanks!
@JustinPBarnett
@JustinPBarnett 3 жыл бұрын
It’s amazing!
@RealityScapeStudios
@RealityScapeStudios 3 жыл бұрын
Loved the video. Explanations and the hotkey on screen was a great add! good improvement. I love how I can actually implement this code to my project even when using Hurricane or VRIF. Keep up the good content.
@JustinPBarnett
@JustinPBarnett 3 жыл бұрын
Wohooo! Glad I could help!
@balikif
@balikif 3 жыл бұрын
I do not like notifications from youtube BUT you’re going to be my first(and last) channel with notifications ON
@JustinPBarnett
@JustinPBarnett 3 жыл бұрын
Wow I really appreciate that! 🙏🏻
@silvermist_studios
@silvermist_studios 7 ай бұрын
Awesome and really helpful! Quick question though, how would you reset the index back to the start?
@gravity_mxk5663
@gravity_mxk5663 3 жыл бұрын
Yay! I love eating in vr 😅
@JustinPBarnett
@JustinPBarnett 3 жыл бұрын
😂 Same!
@hiteshkaplesh8084
@hiteshkaplesh8084 Жыл бұрын
Please create a course on HTC vive using Steam Vr head tracking , hand tracking , body movements, interactions .
@Updog97
@Updog97 3 жыл бұрын
Great timing Justin! I was just about to try adding consumables in my VR project. Any chance you would be able to do a multiplayer VR tutorial in the future?
@JustinPBarnett
@JustinPBarnett 3 жыл бұрын
Yes I want to sometime early next year!
@Updog97
@Updog97 3 жыл бұрын
Great, looking forward to it!
@matteomeysel
@matteomeysel 3 жыл бұрын
great video! Could you please make a tutorial on how to add more funcionality to interactables other than just through "Activate" with the trigger. Like, for example, if I wanted to make a VR remote and have it react to me pressing the face buttons or stick (on the controller I'm holding it with).
@JustinPBarnett
@JustinPBarnett 3 жыл бұрын
Check out my “How to Jump” tutorial! I go over how to add another input for buttons
@matteomeysel
@matteomeysel 3 жыл бұрын
@@JustinPBarnett I know, thanks, but how can I make it specific to an interactable, so the action only happens if I am holding a specific Object and pressing a button on the controller I am holding it with?
@suliman2314
@suliman2314 3 жыл бұрын
thanks :)
@JustinPBarnett
@JustinPBarnett 3 жыл бұрын
You’re welcome!
@Basrawulf
@Basrawulf 3 жыл бұрын
good work
@JustinPBarnett
@JustinPBarnett 3 жыл бұрын
Appreciate you!
@atomicalgaming
@atomicalgaming 3 жыл бұрын
I absolutely love your videos and how you explain everything you do its extremely helpful. Think you could do a video on door physics? When I try to make a door I have issues with the hand glitching through the door instead of stopping on the door like a real life object. Thank you!
@JustinPBarnett
@JustinPBarnett 3 жыл бұрын
Great suggestion! I can do that!
@JustinPBarnett
@JustinPBarnett 3 жыл бұрын
Download the Project (for FREE): www.vrcreators.io/codedownloads
@Equilibrium_productions
@Equilibrium_productions Жыл бұрын
hey can you make a tut how to make a gravity gun?
@TheGamingWiccan
@TheGamingWiccan 10 ай бұрын
how would i integrate this into a needs system like say hunger and thirst
@sdhority
@sdhority 2 жыл бұрын
Just out of curiosity, is there a reason you put the collision logic on its own Consumer script? I feel the same effect could be achieved by giving the consumer collider a tag then in the consumable script checking to see if the other collider has that tag. Really just curious if there's a specific reason you did it that way as either solution works.
@lucutes2936
@lucutes2936 8 ай бұрын
Thx
@brunofvalli
@brunofvalli 2 жыл бұрын
So the Box Collider is just on the meat part of the ham, but if I leave the ham in an upward position and let it fall to the ground the bone part get clipped because the Box Collider is around the Ham meat. Is there a way to fix this? I was trying to add another box collider to put around the bone, but that does not work at all.
@wormholeinteractive
@wormholeinteractive 2 жыл бұрын
Can this be done using events? Meaning, can you trigger sequential events using the new unity events system?
@rushigaikwad7683
@rushigaikwad7683 3 жыл бұрын
Sir Can you make tutorial with (XR simple interactable) When Right joystick trigger is pressed then color change and when left joystick trigger is pressed on the same object then it disappears...Thank You😊
@JustinPBarnett
@JustinPBarnett 3 жыл бұрын
Check out my input tutorial or how to jump tutorial!
@sercanyildirimtugcann
@sercanyildirimtugcann 2 жыл бұрын
Do I have to buy XR toolkit to create this?
@JustinPBarnett
@JustinPBarnett 2 жыл бұрын
XR toolkit is free! It’s part of Unity
@rodneywheeler7764
@rodneywheeler7764 3 жыл бұрын
the only challenge now for beginners is deciding to use the Oculus integration or the XR toolkit... Does anyone know any resources on how to use the Oculus version instead my app is designed for the quest 2 and i rather work with their software and tools instead of XR
@JustinPBarnett
@JustinPBarnett 3 жыл бұрын
Join the discord and we can help you work it out!
@anglerfishgt
@anglerfishgt 2 жыл бұрын
can someone help for some reason it saying syntax error,',' expected on this line [ContextMenu(itemName"consume")] can someone help me
@JustinPBarnett
@JustinPBarnett 2 жыл бұрын
are you missing a parentheses?
@AndyLong222
@AndyLong222 2 жыл бұрын
I was just helping someone debug this, so hopefully this comment helps... The 'itemName' is a hint from JetBrains. You DO NOT have to type it. The correct code here is [ContextMenu("consume")]
@ninjagoose
@ninjagoose 3 жыл бұрын
I BEG YOU to please make a yugioh game for quest 2 please I am begging! 🥺
@JustinPBarnett
@JustinPBarnett 3 жыл бұрын
Haha that's a great idea!
@ninjagoose
@ninjagoose 3 жыл бұрын
It would mean so much.
@leventebotos6927
@leventebotos6927 3 жыл бұрын
Hi guys! I want to ask that how do i address an XR Orgin in script? Sorry if it's obvious but i did not find it on the internet somehow. Happy holidays
@JustinPBarnett
@JustinPBarnett 3 жыл бұрын
It's the "XROrigin" class!
VR в Unity: XR Interaction Toolkit - Часть 1 (Основы)
13:54
How to use VR Sockets (and XR Interaction Toolkit) in Unity 2021.2
19:29
Justin P Barnett
Рет қаралды 26 М.
The evil clown plays a prank on the angel
00:39
超人夫妇
Рет қаралды 53 МЛН
REAL or FAKE? #beatbox #tiktok
01:03
BeatboxJCOP
Рет қаралды 18 МЛН
How To Make A VR Game in an Hour Using Unity 6!
57:14
Fist Full of Shrimp
Рет қаралды 24 М.
Hand Tracking with Unity XR Interaction Toolkit
16:30
Valem Tutorials
Рет қаралды 82 М.
Learning Unreal Engine in One Month to make a Game!
15:25
Will Hess
Рет қаралды 113 М.
How To Make Your Own Virtual Reality Games With Unity & XR
15:05
Justin P Barnett
Рет қаралды 119 М.
Unity VR Tutorial: How to Make a Body Socket Inventory
8:27
Fist Full of Shrimp
Рет қаралды 8 М.
How to make a Hand Menu - VR Tutorial
14:24
Valem Tutorials
Рет қаралды 41 М.
A new way to generate worlds (stitched WFC)
10:51
Watt
Рет қаралды 550 М.
2023 Unity VR Basics - Grabbing Objects
11:58
Fist Full of Shrimp
Рет қаралды 30 М.
The evil clown plays a prank on the angel
00:39
超人夫妇
Рет қаралды 53 МЛН