No video

Unity Meta Quest 3 Tutorial Lesson 01 Updated - Project Setup

  Рет қаралды 9,436

lightsandclockwork

lightsandclockwork

Күн бұрын

Lesson 01 In Unity Quest Development using Unity 2022
Updated for the Quest 3 and Meta XR All-in-One SDK
Creating a project, Setting up unity and installing Meta XR All-in-One SDK and adding the OVR Camera
You will need:
Facebook account
Meta developer account
Developer mode is turned on

Пікірлер: 47
@HansMilling
@HansMilling 8 ай бұрын
If the play button does not start the app in the headset do this: 1. From your phone app, set the headset to dev mode. 2. Install Oculus Windows app. 3. In Oculus Windows app to go to Settings -> General and enable Unknown sources. 4. Enable QuestLink inside headset and start the Quest link (click Quick Settings (home/battery indicator at the bottom). 5. In Project settings>XR Plug-in Management, make sure Oculus is selected Provider in both Windows and Android tab.
@lightsandclockwork
@lightsandclockwork 8 ай бұрын
Thank you, yes i should really include how to setup developer mode. I cant remember if i did that in my original lesson 1.
@tinacruzart
@tinacruzart 7 ай бұрын
Hi, I have a question. Under the windows tab I have oculus selected but also see open XR. Should we check open XR too? Or does it matter? Will our project be available on other platforms if we check open XR?
@lightsandclockwork
@lightsandclockwork 7 ай бұрын
I havn't tried every option, the settings i use seem to work, for now... I am currently only using the Quest, as my vive is a bit past it's best. I can give it a go at some point and see what happens.
@carnizrediz8722
@carnizrediz8722 6 ай бұрын
For me, when I press the start button, the scene on my computer just starts. Nothing happens on the screen at that time.
@vALANrant
@vALANrant 6 күн бұрын
tysm!!!!
@Tiffaa_
@Tiffaa_ 8 ай бұрын
Very clear tutorial, thanks a lot! +1 sub, can't wait for the rest of the serie on the Quest 3! (A Discord server would be a good idea as well, for extra help and brainstorming as we jump blindly in there)
@guntherjw50
@guntherjw50 3 ай бұрын
Thanks so much, I am a bit sicked by the fact that Unity's tutorial was not even in the same league as your tutorial Liked and Subscribed
@lightsandclockwork
@lightsandclockwork 3 ай бұрын
Thank you, very kind of you to say :)
@shafqatali8672
@shafqatali8672 4 ай бұрын
Thank you very much, Anyone, who watches this series will must subscribe because of the clear instructions +1 sub
@prabirbiswas440
@prabirbiswas440 7 ай бұрын
Hey, Thanks a ton. I found some videos on the same topic, and honestly, those are quite complicated. Just to accomplish what you have explained here simply.
@lightsandclockwork
@lightsandclockwork 7 ай бұрын
Thank you, i really appreciate the comment :)
@morybest
@morybest 4 ай бұрын
Definitely great tutorial , please continue such VR tutorials on Quest3 . because v3 is new and there no much tutorials for it.
@lightsandclockwork
@lightsandclockwork 4 ай бұрын
Thanks, what sort of content/features would you like to see?
@Carlosddsi
@Carlosddsi 2 ай бұрын
​@@lightsandclockworkpls finishing a quickly game and explaining how to play it with the oculus.
@frankreiser_recaremo
@frankreiser_recaremo 2 ай бұрын
Amazing - it is so helpful - please continue
@lightsandclockwork
@lightsandclockwork Ай бұрын
Thank You. I absolutely want to continue :)
@olegmalk
@olegmalk 5 ай бұрын
Thanks for the video. seems it need to be added to the playlist to replace an older one.
@ricardojaviergarnicapena6749
@ricardojaviergarnicapena6749 3 ай бұрын
Thank you. Is gonna be a second lesson? Interactions using buttons or joysticks?
@lightsandclockwork
@lightsandclockwork 3 ай бұрын
Hi, I am happy to do another lesson 2, but i have already covered this as it is the same as the quest 2. kzbin.info/www/bejne/oZqylHuKacymZs0
@nerdjones242
@nerdjones242 3 ай бұрын
mine shows the wrong controllers( old black ones ), any idea why? I just started and these videos are the best thank you!
@lightsandclockwork
@lightsandclockwork 3 ай бұрын
There is a menu on the inspector/script when you add the controller. You can select which controller you use. I used Left/Right Touch (i think)
@frankreiser_recaremo
@frankreiser_recaremo Ай бұрын
I follow a lot of your tutorials already and could update my medieval edutainment program. Maybe can solve issues I found: Every time I save I got this error: Saving Prefab to immutable folder is not allowed: Packages/com.meta.xr.sdk.interaction.ovr/Editor/Blocks/InteractableItems/Prefabs/[BB] Pokeable Plane.prefab. But the program runs without any issues. Is it correct that is a big performance difference beetween a) OVRPlayerController (as explained in tutorial 5) and b) OVRCameraRig with raycast (as explained in tutorial 6)? a) 120 fps wrong looking Crest water, no underwater effect. b) 240-300 fps and better looking Crest water and working underwater effect.
@lightsandclockwork
@lightsandclockwork Ай бұрын
I came across the immutable problem, i cannot remember how i fixed it!! :/ I will try and recreate/remember how. The player controller just adds movement from thumb sticks so shouldn't affect FPS. I am not aware of 'Crest Water'
@tinacruzart
@tinacruzart 7 ай бұрын
Why would you start with a 3D core vs a VR core in Unity? Im wondering if there is a difference between the two or if it matters. Thanks for any insight you can provide.
@lightsandclockwork
@lightsandclockwork 7 ай бұрын
Main Reason, Disk Space! If you are a student on a school/College network with reduced diskspace it can be a problem. The VR Project can install a lot of files that are not needed, the core keeps things to a minimum. Required libraries/packages can be added later. I still need to look at other project types.
@tinacruzart
@tinacruzart 7 ай бұрын
Okay, this is good to know. Thanks for info! I will be trying out this tutorial for a project this semester. Fingers crossed* I can get something to work :D @@lightsandclockwork
@tinacruzart
@tinacruzart 7 ай бұрын
Hey I have question. When dragging in the OVRControllerPrefab into the scene, should I unpack the controller completely? or is that just for other types of prefabs that you drag into the scene?@@lightsandclockwork
@lightsandclockwork
@lightsandclockwork 7 ай бұрын
I only unpack if i want to delete parts of the prefab, so no need unless you want to strip it down.
@tinacruzart
@tinacruzart 6 ай бұрын
Ahh I understand this now. Thanks so much! @@lightsandclockwork
@Kanakapallianurag
@Kanakapallianurag 8 ай бұрын
do interaction sdk , there is no latest videos anywhere
@lightsandclockwork
@lightsandclockwork 8 ай бұрын
Never used it, but i shall look into it. Thanks for the suggestion.
@ojasdeshmukh693
@ojasdeshmukh693 8 ай бұрын
I honestly prefer to use scripts of my own instead of grabbable and other out of the box ones.
@lightsandclockwork
@lightsandclockwork 8 ай бұрын
Agreed. I prefer to write my code and keep the dependencies to a minimum. It makes the shelf life longer and portability and option. But if you are more 'into' level design then grabbing code can make it easier.
@ojasdeshmukh693
@ojasdeshmukh693 8 ай бұрын
Can you do one on Avatars?
@lightsandclockwork
@lightsandclockwork 8 ай бұрын
I'll look into it. I have done a little bit in the past. What sort of features would you most like?
@ojasdeshmukh693
@ojasdeshmukh693 8 ай бұрын
@@lightsandclockwork Would love to have a chat sometime, I'm currently working on building free VR games, seeing that there's basically nothing you can do for free on the Quest.
@ojasdeshmukh693
@ojasdeshmukh693 8 ай бұрын
It would be a delight to have a chat anytime you are available.
@lightsandclockwork
@lightsandclockwork 8 ай бұрын
I am going to sort out a discord server soon. Having a few days with family, then i'll try and sort something out.
@ojasdeshmukh693
@ojasdeshmukh693 8 ай бұрын
@@lightsandclockwork Just spent an hour fixing the manifest issue when you push to prod. There are so many things that still aren't sorted as far as dev goes. The sheer lack of tutorials in XR vs regular gamedev is mind-numbing
@gopat9425
@gopat9425 7 ай бұрын
can i use this to develop for multiple mixed reality headset or only for meta quest MR games ?
@lightsandclockwork
@lightsandclockwork 7 ай бұрын
In theory, this should be good for other headsets as it is using the OpenXR packages. What headset are you specifically thinking. I have used the same code on Vive, Rift and Quest(s). But this method is setup for compiling to the Quest.
@skyketip2403
@skyketip2403 7 ай бұрын
Bro why tf there only 25 likes
@markmc2163
@markmc2163 6 ай бұрын
De-pre-cated
@lightsandclockwork
@lightsandclockwork 6 ай бұрын
I have clearly been saying it wrong for years, but i do suffer with dyslexia. so it could have been a lot worse! :)
@irinahagman9836
@irinahagman9836 3 ай бұрын
Awesome, now it works!
Unity VR Skiing - Devlog? Tutorial? Walkthrough? Ramble!!
24:41
lightsandclockwork
Рет қаралды 739
Пройди игру и получи 5 чупа-чупсов (2024)
00:49
Екатерина Ковалева
Рет қаралды 4,7 МЛН
Мы сделали гигантские сухарики!  #большаяеда
00:44
Explore Earth Augmented Reality Sample
1:34
Magic EdTech
Рет қаралды 54 М.
How To Make A VR Game in an Hour Using Unity 6!
57:14
Fist Full of Shrimp
Рет қаралды 3,3 М.
Meta’s Building Blocks | Develop Mixed Reality Apps lightning fast
9:42
Black Whale Studio - XR Tutorials
Рет қаралды 16 М.
The ULTIMATE Quest 3 Accessories REVIEW.. MORE!!
26:08
JayBratt
Рет қаралды 106 М.
Meta Quest Scene API | Scene Understanding & Content Placement with OVR Scene Manager
13:06
Black Whale Studio - XR Tutorials
Рет қаралды 8 М.
How to create a Quest 3 Mixed Reality Game - Unity BEGINNER Tutorial!
7:29
Let’s Make an MR App in 15 MINUTES!! (Beginner Friendly)
17:21
immersive insiders
Рет қаралды 11 М.