The Secret to Virtual Reality: Make VR Games Without the Headset

  Рет қаралды 31,852

Justin P Barnett

Justin P Barnett

Күн бұрын

Пікірлер: 60
@KDogeCrafts
@KDogeCrafts 2 жыл бұрын
This guy is too good. I would not have been able to get into Unity so easily without his videos
@Joooooooooooosh
@Joooooooooooosh 2 жыл бұрын
Very true. Iteration times are way too slow. I usually only test in the headset once I've got a feature working correctly in play mode.
@JustinPBarnett
@JustinPBarnett 2 жыл бұрын
Agreed! And a lot of the things you need to test don't even require a headset
@Joooooooooooosh
@Joooooooooooosh 2 жыл бұрын
@@JustinPBarnett we should do a series on making VR *apps* as opposed to games. That's what I am thinking is going to make this tech go mainstream the same way smart phones did.
@tristonarmstrong4617
@tristonarmstrong4617 2 жыл бұрын
@ 16:45 and just to add to the DRY note. You're always free to early return from functions (as he is with the tiny ifs inside the big if). So rather than nest all of that logic inside of an if statement with an itty bitty else at the end. Just invert the if, put the else logic in that if, and remove the else. Just from a readability and maintainability standpoint. IMO its much better to check what something ISNT and early return as apposed to checking what something IS and having unnecessary horizontal complexity. Just as a note, if anyone cares lol
@smalrebelion
@smalrebelion 2 жыл бұрын
Dude your videos are incredibly helpful. Well done. If you're ever strapped for content ideas you should consider doing a "code review" where you pick code written by a semi-noob and go through it explaining how you would do it better and why.
@zima2352
@zima2352 Жыл бұрын
changing alot is an understatement!! :D its moving fast ! so good for the Devs!
@mikaelthomas6377
@mikaelthomas6377 2 жыл бұрын
So.... where did you get the controllers? And how do we find the script?
@thejaplong
@thejaplong 2 жыл бұрын
ok, i'm stumped here; where do you get the Simple Camera Controller Script exactly ?
@heenathadani6656
@heenathadani6656 2 жыл бұрын
same question
@oddrationale
@oddrationale 2 жыл бұрын
Me too. Is it something from the asset store?
@ridaenoorgillani9136
@ridaenoorgillani9136 Жыл бұрын
did you get it?
@iercan1234
@iercan1234 2 жыл бұрын
this seems like a must in multiplayer vr developement, you can't even open 2 instance of a vr game
@michaorzechowski4948
@michaorzechowski4948 2 жыл бұрын
What about something more advanced like hands/head simulation and debugging it without the headset?
@krismurray9887
@krismurray9887 2 жыл бұрын
A video on this would be very helpful.
@emoprogramador8453
@emoprogramador8453 2 жыл бұрын
Im not finding SimpleCameraController script How i can get this script?? (ive found one on unity asset store, but i guess that is not the same script as him) sorry for the bad english, im brazilian
@firizz
@firizz 2 жыл бұрын
How do I find the Simple Camera Controller Script? the package from the link in the description doesn't have that
@ktechid2379
@ktechid2379 2 жыл бұрын
how to find file simple camera controller? i cant find it in my project file..
@dt295
@dt295 2 жыл бұрын
Me too, where is it?
@kojimariku2825
@kojimariku2825 2 жыл бұрын
Very efficient. Thank You
@Wolv21
@Wolv21 2 жыл бұрын
Great video! Question, how would you make that a launch option? Upon clicking run (or running the exe after building) have a window pop up before the game even launches with a choice of Desktop or VR.
@OtakuDYT
@OtakuDYT 2 жыл бұрын
Thanks for this, really wish it went a bit deeper tho on how to handle the interaction themselves, do you have to build two systems?
@alexsafayan7684
@alexsafayan7684 2 жыл бұрын
+1
@brandtsoftware7670
@brandtsoftware7670 2 жыл бұрын
Great video! I'm a big fan of Jetbrains Rider
@mathiolia5877
@mathiolia5877 2 жыл бұрын
Can we set this up for multiplayer and track mouse position over the network pls help and guide me
@amjadmohsin7
@amjadmohsin7 2 жыл бұрын
hi, thanks for the video, can you make video on Varjo Vr-2 headset interacting with unity?
@supjay3945
@supjay3945 8 ай бұрын
Was getting hyped until everyone in commented they couldnt find the script lol
@JustinPBarnett
@JustinPBarnett 7 ай бұрын
Fixed it! Here's the link: value.vrcreators.io/test
@kpr2
@kpr2 2 жыл бұрын
Love this information, but the tutorial only shows you how to replace the VR rig with a mostly useless floaty camera. Might it have been better to show how to replace VR interactions as well? Not much you can do to "test" your build with a pointlessly floating camera, eh?
@JustinPBarnett
@JustinPBarnett 2 жыл бұрын
At that point you're just making a FPS or 3rd person game and there are plenty of other tutorials that teach this better than I
@ArielLothlorien
@ArielLothlorien 2 жыл бұрын
Not if you want to mimic the right and left hand grab mechanics of VR. If your just making a normal first person game at that point then you are not testing your VR content at all
@sqwert654
@sqwert654 2 жыл бұрын
Cannot believe how bad OC OpenXR is for UE with the Rift. The tracking is terrible seems to update very slowly , so waving a gun around looks like its stuttering at 90fps. In Unity The Rift works brilliantly with OpenXR
@davidlocospacehamster
@davidlocospacehamster 2 жыл бұрын
Hmmm... I wonder. How this would work if you use your quest2 wireless with Virtual Desktop? Just curious, especially because I use it that way for VR, (my battery kinda dead nearly lol), so headed to flatscreen experimenting, but this would be very helpful although it will call steamVR first so. Hmm... Bit confused here
@PocketRiches
@PocketRiches Жыл бұрын
How can I test without the headset, but still use the oculus controllers? So the only difference would be I’m looking at a flat screen but still using the controllers, rather than wearing the headset. The beginning of this video made it sound like this would be the end result. :/
@a_peach8159
@a_peach8159 2 жыл бұрын
too handsome to be developer
@KADstudioArchitect
@KADstudioArchitect 8 ай бұрын
I need in Unreal Engine
@irbazahsan8229
@irbazahsan8229 2 жыл бұрын
👌
@issasaleh7597
@issasaleh7597 Жыл бұрын
Man u forgot n in environment'
@JustinPBarnett
@JustinPBarnett Жыл бұрын
Lol I'm so good at spelling 😅
@Channal1008
@Channal1008 Жыл бұрын
But with one
@JustinPBarnett
@JustinPBarnett Жыл бұрын
It's much easier with one lol
@Channal1008
@Channal1008 Жыл бұрын
Ok
@gonzalolo
@gonzalolo 2 жыл бұрын
Justin, you are covering the game view :(
@JustinPBarnett
@JustinPBarnett 2 жыл бұрын
Nothing interesting was going on in there!
@claybomc
@claybomc 2 жыл бұрын
in unity we trust
@JustinPBarnett
@JustinPBarnett 2 жыл бұрын
Download the project here: value.vrcreators.io/test
@noobtimespronoobtimespro1379
@noobtimespronoobtimespro1379 2 жыл бұрын
First
@JustinPBarnett
@JustinPBarnett 2 жыл бұрын
Second
@noobtimespronoobtimespro1379
@noobtimespronoobtimespro1379 2 жыл бұрын
Who's Third?
@matreed237
@matreed237 6 ай бұрын
I can't describe how bad this video is. This why trained teachers are so important they understand that you don't skip over instructions or speed through them. esp with this software. as it is constantly changing. there is no link to a video which is outdate and when you do find it it. slow down and don't assume everyone knows what you're talking about. If your goal is to educate that is.
@hanmayujiro1433
@hanmayujiro1433 2 жыл бұрын
eVironment
@AndreiRunets
@AndreiRunets 10 ай бұрын
123
@thomaswing620
@thomaswing620 2 жыл бұрын
and sa tNice tutorialng other way around
@nickolas6060
@nickolas6060 2 жыл бұрын
What? Desktop character lol. That is plain stoopid
@Thomason1005
@Thomason1005 2 жыл бұрын
you could shorten the script to: var xrLoader = XRGeneralSettings.Instance?.Manager?.activeLoader; if(xrLoader == null)... still helpful, though, thanks!
@0ne0fTh3m
@0ne0fTh3m 2 жыл бұрын
xrOrigin.SetActive(XRLoader != null);
Learn VR Development without a Headset (Using XR Simulator)
23:51
immersive insiders
Рет қаралды 9 М.
Что-что Мурсдей говорит? 💭 #симбочка #симба #мурсдей
00:19
Beat Ronaldo, Win $1,000,000
22:45
MrBeast
Рет қаралды 158 МЛН
Гениальное изобретение из обычного стаканчика!
00:31
Лютая физика | Олимпиадная физика
Рет қаралды 4,8 МЛН
When you have a very capricious child 😂😘👍
00:16
Like Asiya
Рет қаралды 18 МЛН
5 Unity Assets for VR You Need to Know
9:55
Justin P Barnett
Рет қаралды 80 М.
How to Make a VR Game WITHOUT a VR Headset
18:12
Valem
Рет қаралды 123 М.
Make VR Game Without Code - VR Builder Tutorial - PART 1
13:27
Valem Tutorials
Рет қаралды 58 М.
Enhance Your VR games with Haptics
24:54
Justin P Barnett
Рет қаралды 12 М.
How to Make a VR Game in Unity - PART 1
14:13
Valem Tutorials
Рет қаралды 691 М.
How to Setup VR Hands for the Best Experience
23:32
Justin P Barnett
Рет қаралды 34 М.
A Beginner's Guide to Making VR Buttons
14:44
Justin P Barnett
Рет қаралды 51 М.
How to Make Oculus Quest 2 Games (with Unity)
15:23
Justin P Barnett
Рет қаралды 387 М.
How to make a Body in VR - PART 1
14:33
Valem
Рет қаралды 152 М.
VR Interactables: Everything You Need to Know!
25:34
Justin P Barnett
Рет қаралды 26 М.
Что-что Мурсдей говорит? 💭 #симбочка #симба #мурсдей
00:19