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)
@JustinPBarnett3 жыл бұрын
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
@AndrewLyon233 жыл бұрын
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!
@JustinPBarnett3 жыл бұрын
That's awesome! Best of luck on your project!
@qualar2 жыл бұрын
Not only are your videos accurate and straight to the point you also come across as a friendly guy. Great job
@JustinPBarnett2 жыл бұрын
Thanks so much!!
@melistopcu831Ай бұрын
Thank you for this beautifull video.🤗
@rickybobbyracing91062 жыл бұрын
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.
@JustinPBarnett2 жыл бұрын
Glad you enjoyed it!
@proclaimedgamers57083 жыл бұрын
dood your so clutch i actually needed this i was gonna do this today, btw you do awesome tutorials keep up the work!
@JustinPBarnett3 жыл бұрын
Thanks so much!!
@silvermist_studios7 ай бұрын
Awesome and really helpful! Quick question though, how would you reset the index back to the start?
@DavidZobristGames2 жыл бұрын
Oh man! I wished i knew about the context menu earlier :D Thanks!
@JustinPBarnett2 жыл бұрын
It’s amazing!
@atomicalgaming3 жыл бұрын
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!
@JustinPBarnett2 жыл бұрын
Great suggestion! I can do that!
@Updog973 жыл бұрын
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?
@JustinPBarnett3 жыл бұрын
Yes I want to sometime early next year!
@Updog973 жыл бұрын
Great, looking forward to it!
@balikif3 жыл бұрын
I do not like notifications from youtube BUT you’re going to be my first(and last) channel with notifications ON
@JustinPBarnett3 жыл бұрын
Wow I really appreciate that! 🙏🏻
@suliman23143 жыл бұрын
thanks :)
@JustinPBarnett3 жыл бұрын
You’re welcome!
@gravity_mxk56633 жыл бұрын
Yay! I love eating in vr 😅
@JustinPBarnett3 жыл бұрын
😂 Same!
@hiteshkaplesh8084 Жыл бұрын
Please create a course on HTC vive using Steam Vr head tracking , hand tracking , body movements, interactions .
@JustinPBarnett3 жыл бұрын
Download the Project (for FREE): www.vrcreators.io/codedownloads
@matteomeysel3 жыл бұрын
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).
@JustinPBarnett3 жыл бұрын
Check out my “How to Jump” tutorial! I go over how to add another input for buttons
@matteomeysel3 жыл бұрын
@@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?
@rushigaikwad76833 жыл бұрын
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😊
@JustinPBarnett2 жыл бұрын
Check out my input tutorial or how to jump tutorial!
@RealityScapeStudios3 жыл бұрын
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.
@JustinPBarnett3 жыл бұрын
Wohooo! Glad I could help!
@Basrawulf3 жыл бұрын
good work
@JustinPBarnett3 жыл бұрын
Appreciate you!
@wormholeinteractive2 жыл бұрын
Can this be done using events? Meaning, can you trigger sequential events using the new unity events system?
@TheGamingWiccan10 ай бұрын
how would i integrate this into a needs system like say hunger and thirst
@Equilibrium_productions Жыл бұрын
hey can you make a tut how to make a gravity gun?
@rodneywheeler77643 жыл бұрын
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
@JustinPBarnett2 жыл бұрын
Join the discord and we can help you work it out!
@sercanyildirimtugcann2 жыл бұрын
Do I have to buy XR toolkit to create this?
@JustinPBarnett2 жыл бұрын
XR toolkit is free! It’s part of Unity
@brunofvalli2 жыл бұрын
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.
@lucutes29368 ай бұрын
Thx
@sdhority2 жыл бұрын
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.
@anglerfishgt2 жыл бұрын
can someone help for some reason it saying syntax error,',' expected on this line [ContextMenu(itemName"consume")] can someone help me
@JustinPBarnett2 жыл бұрын
are you missing a parentheses?
@AndyLong2222 жыл бұрын
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")]
@ninjagoose3 жыл бұрын
I BEG YOU to please make a yugioh game for quest 2 please I am begging! 🥺
@JustinPBarnett3 жыл бұрын
Haha that's a great idea!
@ninjagoose3 жыл бұрын
It would mean so much.
@leventebotos69273 жыл бұрын
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