The Death of Meta Quest App Lab
4:27
Your Game Needs to Hit The Gym!
4:30
How to Make the Perfect Omelette
2:53
The Love Bytes VR Jam Results!!!
3:17
Пікірлер
@BALIST0N
@BALIST0N Сағат бұрын
escape from tarkov be like : oh no....
@SushiCoding
@SushiCoding 5 сағат бұрын
Foveated. Adj. Pronounced: "FOE-VEE-AYY-TED"
@SporeRose
@SporeRose 15 сағат бұрын
I'm trying to cast my Quest 2 in Cinematic, but it always goes back to the default mode after the required full reboot, is there a way to force it to default to cinematic?
@Azrialgames
@Azrialgames 19 сағат бұрын
How do I make it play music?
@CastleBomber
@CastleBomber 2 күн бұрын
<?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http" package="com.example.openxrapp" android:versionCode="1" android:versionName="1.0" android:installLocation="auto" xmlns:tools="http"> <uses-permission android:name="android.permission.RECORD_AUDIO" tools:node="remove" /> <uses-sdk android:minSdkVersion="29" android:targetSdkVersion="32" /> <application android:label="@string/app_name" android:icon="@mipmap/app_icon" android:allowBackup="false"> <meta-data android:name="com.oculus.intent.category.VR" android:value="vr_only" /> <meta-data android:name="com.oculus.supportedDevices" android:value="quest|quest2|questpro|eureka" tools:replace=" android:value" /> <meta-data android:name="xr_runtime" android:value="OpenXR" /> <activity android:name=".MainActivity" android:screenOrientation="landscape" android:theme="@android:style/Theme.Black.NoTitleBar.Fullscreen" android:configChanges="density|keyboard|keyboardHidden|navigation|orientation|screenLayout|screenSize|uiMode" android:launchMode="singleTask" android:resizeableActivity="false" android:exported="true"> <intent-filter> <action android:name="android.intent.action.MAIN" /> <category android:name="android.intent.category.LAUNCHER" /> <category android:name="com.oculus.intent.category.VR" /> </intent-filter> <meta-data android:name="com.oculus.vr.focusaware" android:value="true" /> </activity>I <meta-data android:name="com.oculus.ossplash.background" android:value="black" /> <meta-data android:name="com.oculus.telemetry.project_guid" android:value="2ada1701-0c47-49ec-b36f-462f3f4e8de0" /> </application> <uses-feature android:name="android.hardware.vr.headtracking" android:version="1" android:required="true" /> </manifest>
@CastleBomber
@CastleBomber 2 күн бұрын
edited out "http" stuff to be able to post. earlier had to update a few lines, one being: "@android:style/Theme.Black.NoTitleBar.Fullscreen"
@ringovoid
@ringovoid 2 күн бұрын
Well this made me hate Unity even more xP great tutorial and really understand more about the lightings but damn i hate the limitations on some of them :P lightings have always been a weakness for me when it comes to Unity. Used to work alot in UE and wanted to widen my horizons so yeeey learning is fun
@Jeff-zc6rr
@Jeff-zc6rr 2 күн бұрын
The wait forever for the installation. Just download the editor separately and install it. The unity hub has a bug.
@MrJackrussel4
@MrJackrussel4 3 күн бұрын
Hi there big fan here! All your works are amazing and they helped me so much.. Can I kindly ask you to make a video on how to properly pause a VR game on the quest 3? Because I really can't figure it how and I red on the web many people have this problem.. Thanks if you will :)
@ItsSimplyDash
@ItsSimplyDash 3 күн бұрын
it didn't work
@memesrrgt1530
@memesrrgt1530 3 күн бұрын
i don't see the plugins folder that has the android
@BlackConservativePatriot-g9u
@BlackConservativePatriot-g9u 3 күн бұрын
CS1513: } expected
@FlamezGamesYT
@FlamezGamesYT 3 күн бұрын
Are you planning on making a tutorial for Unity 6 VR that actually shows us how to make some sort of simple game? It might just be me but I find learning from tutorials easier if there’s an active goal to strive for.
@IluzionsVR
@IluzionsVR 5 күн бұрын
I cant build it and then after it says The attribute application@icon=@mipmap/app_icon in :unityLibrary collides with another value (See the Console for details)
@ekoman2
@ekoman2 6 күн бұрын
If you dont see 'locomotion' update to newest unity version.
@ekoman2
@ekoman2 6 күн бұрын
or newest xr toolkit version
@Masonup
@Masonup 7 күн бұрын
FINALLY, AFTER 3 HOURS OF SEARCHING I HAVE FOUND IT 😭
@rondamon4408
@rondamon4408 10 күн бұрын
I'm quite impressed how fast is your computer.
@2infinitysoftware
@2infinitysoftware 12 күн бұрын
Any chance of any AR tutorials. I always myself coming back to these tutorials. Always the best.
@Danish_Graffiti_Writer
@Danish_Graffiti_Writer 13 күн бұрын
0:30 he said what?
@IAMBACK_DOMZZ
@IAMBACK_DOMZZ 14 күн бұрын
I cant find source code in ur thing
@Vr-Developer-e6i
@Vr-Developer-e6i 17 күн бұрын
So you call it a 1 Hour game but i dont think a game or even close
@SleepyJackUK
@SleepyJackUK 17 күн бұрын
Worked on the older versions of Unity Hub, but not on the current Unity Hub 3.10 😥 Edit: Never mind! Seems the only difference was that 3.10 required you to restart Unity Hub (shut it down in task manager and then run Hub again.) Also, as others have said, do not delete the library folder that's in with the others that you're supposed to delete. Leave it alone.
@coreyshaw3701
@coreyshaw3701 20 күн бұрын
The thing I couldn't figure out was which event in the XR Simple Interactable gets called when the button gets pressed. It seems like they have everything else covered but that. This was outside of this tutorial, I get that and I did learn a lot from it. I saw something online about ticking a particular checkbox (I forget what now) that I can't find. Even in the example scene that comes with the XR Interaction Toolkit, their buttons didn't quite work right. You just have to select the button, not push it down, to trigger an event. Anyway to do trigger an event only when the button is pushed in? I guess a box collider with Is Trigger set to true behind the button might do it? Kinda cheesy if that does actually work.
@cds8528
@cds8528 20 күн бұрын
If someone reads this, i keep getting the object reference not set to an instance of an object bug. i named everything the way he did and i used the exact script. how do i fix it?
@SaketGrowth
@SaketGrowth 20 күн бұрын
I followed the entire tutorial but then at the end you say "I boot up the scene". I don't understand what you did there exactly? Did you click on the play button , if so? how does it track your hands? through your webcam? im completely lost at that step.please help
@TimoKaufholdCoach
@TimoKaufholdCoach 21 күн бұрын
Thank you for the great video. Do you have any idea how I can position a stereoscopic video on a tarp, for example, so that it can be viewed as a stereoscopic 3D video?
@RyanMonkeyFace
@RyanMonkeyFace 21 күн бұрын
My only issue is that it installs all these packages by default. I need the URP, not the other 20 packages it puts by default. I love that they're free, but they shouldn't be default installs.
@isabelsainz5358
@isabelsainz5358 21 күн бұрын
129 / 5.000 How different are the steps to make it mixed reality? Except for adding the map in RM, can the rest be the same? Thank you very much for your detailed video.
@David_Fernandez
@David_Fernandez 21 күн бұрын
UE better lighting?? After 3 years I could not even create a good dynamic shadow … If any at all. So complex! … one month ago stated to Lear Unity, and in two days I had such beautiful graphics, shadows, reflections and lights … I just don’t know why Monday told me that before: in VR standalone Unity is ten times better and one hundred times faster to learn. And it just does the work!! Compiling in UE it’s just a constant terror of failures. Plus every development kit is much more advanced and easy to use (meta blocks?? Come on! It’s just a children’s game) in Unity. UE is just like handling a space ship, while Unity works like a car … that takes you to the moon!!
@David_Fernandez
@David_Fernandez 21 күн бұрын
I meant dynamic shadows in VR standalone… it’s just impossible in UE!!
@David_Fernandez
@David_Fernandez 21 күн бұрын
So wonderful! Gracias
@hahalookataiden
@hahalookataiden 21 күн бұрын
Finally i wont be bullied as unity developer
@BplusGames
@BplusGames 22 күн бұрын
I wanted to watch it all - but YOU NEVER PRESS PLAY?!? So how should one understand what that Demo Scene will do if you do not demonstrate it at first? You then explained so many things expecting the one already had played the demo scene to understand all those things. I wanted to skip the explanation part to finally understand what is going on - but yeah I am still waiting... 🙄🎈
@BorjaRD
@BorjaRD 22 күн бұрын
Hi mate! I'm thinking of migrating my project from Sidequest to APPLab but I have a doubt that keeps me awake at night... I use XR interactive Toolkit for all VR interactions... will it break everything when installing Oculus integration? This worries me a lot as I wouldn't want to run into that problem.... Thanks!
@georgebranum8874
@georgebranum8874 23 күн бұрын
the hell is an organization unit
@Jerry101ucanttouchmae
@Jerry101ucanttouchmae 23 күн бұрын
Best instruction video 👏🏻👏🏻
@Apple_VR2
@Apple_VR2 23 күн бұрын
How can u publish gam updates?
@TwitchthecatALTMyaltaccf-lp2zm
@TwitchthecatALTMyaltaccf-lp2zm 23 күн бұрын
I do not have a android settings can someone help me?
@beardordie5308
@beardordie5308 24 күн бұрын
Hurricane and Hexabody is my favorite system for my jam games
@beardordie5308
@beardordie5308 24 күн бұрын
I also use an older version of Feel called MMFeedbacks that was included in the Corgi Engine. Feel just has more of those and it's a great system.
@_JferD_
@_JferD_ 11 күн бұрын
@@beardordie5308 que tal es comparado con autohand?
@JBJFX
@JBJFX 24 күн бұрын
Good info as always, thanks
@ladyupperton23
@ladyupperton23 24 күн бұрын
🔥 🔥 🔥
@carierickson9996
@carierickson9996 24 күн бұрын
thank you this is helpful so far i am at 14:10.
@shncn
@shncn 24 күн бұрын
This video should be released before halloween jam 😢
@jayengel9012
@jayengel9012 24 күн бұрын
This is a great and fresh explanation, keep it up! I'm a veteran unity user and new to XR and this guide is just perfect.
@Clazzette
@Clazzette 25 күн бұрын
A huge skip at 11:41. Not really a good video at all, I'm sorry, but I wasted so much time on this that after carefully following all the parts and did some troubleshooting ending up not having a working build, apparently this video in particular is useless.
@PRodi_
@PRodi_ 25 күн бұрын
Thank you, this is awesome!♥ I’m looking forward to the next tutorial on how to transition the skybox from day to night
@ladyupperton23
@ladyupperton23 25 күн бұрын
You make complex design so shrimple to understand. All praise El Shrimpo the Genius! 🎉
@Vice_vr24
@Vice_vr24 25 күн бұрын
DUDE THANK YOU SOOOOOO MUCH FOR THIS TEMPLATE but can i make a game with this template
@MegaBizMan
@MegaBizMan 27 күн бұрын
As an Unreal Developer, I appreciate this video. Great content. Greetings from the UK.
@lunarvoidvr
@lunarvoidvr 28 күн бұрын
setting up light probes always boring but usually worth it
@acidgiraffes
@acidgiraffes 28 күн бұрын
*MAKE SURE TO USE URP SHADERS ON YOUR MATERIALS OTHERWISE SHADOWS BREAK*