This guy is too good. I would not have been able to get into Unity so easily without his videos
@Joooooooooooosh2 жыл бұрын
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.
@JustinPBarnett2 жыл бұрын
Agreed! And a lot of the things you need to test don't even require a headset
@Joooooooooooosh2 жыл бұрын
@@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.
@tristonarmstrong46172 жыл бұрын
@ 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
@smalrebelion2 жыл бұрын
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 Жыл бұрын
changing alot is an understatement!! :D its moving fast ! so good for the Devs!
@mikaelthomas63772 жыл бұрын
So.... where did you get the controllers? And how do we find the script?
@thejaplong2 жыл бұрын
ok, i'm stumped here; where do you get the Simple Camera Controller Script exactly ?
@heenathadani66562 жыл бұрын
same question
@oddrationale2 жыл бұрын
Me too. Is it something from the asset store?
@ridaenoorgillani9136 Жыл бұрын
did you get it?
@iercan12342 жыл бұрын
this seems like a must in multiplayer vr developement, you can't even open 2 instance of a vr game
@michaorzechowski49482 жыл бұрын
What about something more advanced like hands/head simulation and debugging it without the headset?
@krismurray98872 жыл бұрын
A video on this would be very helpful.
@emoprogramador84532 жыл бұрын
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
@firizz2 жыл бұрын
How do I find the Simple Camera Controller Script? the package from the link in the description doesn't have that
@ktechid23792 жыл бұрын
how to find file simple camera controller? i cant find it in my project file..
@dt2952 жыл бұрын
Me too, where is it?
@kojimariku28252 жыл бұрын
Very efficient. Thank You
@Wolv212 жыл бұрын
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.
@OtakuDYT2 жыл бұрын
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?
@alexsafayan76842 жыл бұрын
+1
@brandtsoftware76702 жыл бұрын
Great video! I'm a big fan of Jetbrains Rider
@mathiolia58772 жыл бұрын
Can we set this up for multiplayer and track mouse position over the network pls help and guide me
@amjadmohsin72 жыл бұрын
hi, thanks for the video, can you make video on Varjo Vr-2 headset interacting with unity?
@supjay39458 ай бұрын
Was getting hyped until everyone in commented they couldnt find the script lol
@JustinPBarnett7 ай бұрын
Fixed it! Here's the link: value.vrcreators.io/test
@kpr22 жыл бұрын
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?
@JustinPBarnett2 жыл бұрын
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
@ArielLothlorien2 жыл бұрын
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
@sqwert6542 жыл бұрын
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
@davidlocospacehamster2 жыл бұрын
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 Жыл бұрын
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_peach81592 жыл бұрын
too handsome to be developer
@KADstudioArchitect8 ай бұрын
I need in Unreal Engine
@irbazahsan82292 жыл бұрын
👌
@issasaleh7597 Жыл бұрын
Man u forgot n in environment'
@JustinPBarnett Жыл бұрын
Lol I'm so good at spelling 😅
@Channal1008 Жыл бұрын
But with one
@JustinPBarnett Жыл бұрын
It's much easier with one lol
@Channal1008 Жыл бұрын
Ok
@gonzalolo2 жыл бұрын
Justin, you are covering the game view :(
@JustinPBarnett2 жыл бұрын
Nothing interesting was going on in there!
@claybomc2 жыл бұрын
in unity we trust
@JustinPBarnett2 жыл бұрын
Download the project here: value.vrcreators.io/test
@noobtimespronoobtimespro13792 жыл бұрын
First
@JustinPBarnett2 жыл бұрын
Second
@noobtimespronoobtimespro13792 жыл бұрын
Who's Third?
@matreed2376 ай бұрын
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.
@hanmayujiro14332 жыл бұрын
eVironment
@AndreiRunets10 ай бұрын
123
@thomaswing6202 жыл бұрын
and sa tNice tutorialng other way around
@nickolas60602 жыл бұрын
What? Desktop character lol. That is plain stoopid
@Thomason10052 жыл бұрын
you could shorten the script to: var xrLoader = XRGeneralSettings.Instance?.Manager?.activeLoader; if(xrLoader == null)... still helpful, though, thanks!