The latest SDK does not have the UI helper prefab used in this video. You can download it from here: drive.google.com/file/d/1vgTGs2nYmoTP-0va_Ap2JwjbRJ6UFfS0/view?usp=sharing
@dwaynejohnson28828 ай бұрын
Thank You - I'll give it a shot
@dwaynejohnson28828 ай бұрын
It worked!!!
@umarautarkhanov836011 ай бұрын
Would be great to see how to implement network object interactions that are synced!
@isaacvita1288 ай бұрын
great tutorial but i cant find simple capsule with stick movement component
@kjelle6911 ай бұрын
Seems that the Oculus Tools have been updated and deprecated. Transformed to the new Meta tool suite. Could not find the UIHelper - prefab. The raycasting to the canvas did not seem to work either but it might be something I am missing.
@dindadinda48310 ай бұрын
I couldnt follow this tutorial because of this also, any update???
@immersiveinsiders8 ай бұрын
We have exported the package, you can find it here: drive.google.com/file/d/1vgTGs2nYmoTP-0va_Ap2JwjbRJ6UFfS0/view?usp=sharing
@vahorgan11 ай бұрын
I cant get the keyboard working, getting the msg using Using the virtual keyboard with the system keyboard is not recommended, do you know how I can turn off the system keyboard?
@dirtazaVR6 ай бұрын
Please do this with voice chat for openXR
@iversenarroyo72206 ай бұрын
Hello, I have created a cube in the scene that can be grabbed with your hands but only the host can grab it. As a client, he doesn't let me grab it. How could I solve that problem? My cube has a NetworkObjecty and NetworkTransform.
@immersiveinsiders6 ай бұрын
You need to pass the ownership, here is the reference: docs-multiplayer.unity3d.com/netcode/current/basics/ownership/ Also, you can check out this post for workaround: forum.unity.com/threads/xri-netcode-client-grab.1492559/
@majdouline200255 ай бұрын
how did you grap the cube ?
@El_ReKi11 ай бұрын
Jad. All a maestro.
@kMuhammadFaizanSadiq6 ай бұрын
in "unity organization creation" part i canot find the option of multiplayer and therefore unable to follow video further. i think the website got updated and there is no option for multiplayer
@anmaavr83158 ай бұрын
Great tutorial!I have a question. Do you know if it’s possible to have multiplayer option to the passthrough mode? Can I have it other people join (remotely not in local) when I am in the MR environment?
@apoorvapise78815 ай бұрын
Thanks for the tutorial! I need a help, the input field doesn't work for me when I build the project and run the apk, I am unable to select the input field no matter what. Any help would be appreciated!
@mathiolia58778 ай бұрын
hey bro, this doesnt work at all, at the first place both the rig and the large room arent available, try to solve it for them, i read it almost everywhere in ur starters file, but unfortunatlely no reply from ur side
@dharunmx2v1369 ай бұрын
I create this whole project in unity but when i test it using meta xr device simulator in play mode and another one is i build and run it . Console gives that joined output but i can see another avatar Help me 😢
@majdouline200255 ай бұрын
How to grab objects with this avatar ?
@imneptunex6 ай бұрын
will you be making a video for the lobby? Thank you
@whafni776 ай бұрын
Amazing tutorial. Thank you for your effort and time to make it as simple as it can be. I followed the instruction and the it's working great. However I'm getting this error: NetworkManager is nested under Avatar(Clone). NetworkManager cannot be nested. Any idea if this can effect sync, because I'm trying to add a network video player, when I hit join I can see the first frames of the video and then it stops playing and I have this error. I also want to confirm my interest to continue this tutorial so to include voice chat and animation. Can't wait for that to happen.
@trolleffo5059 ай бұрын
so i need help. in the timestamp Fixes and Movement, there is a script you use called "simple capsule with stick movement". i can find this script from the t:script tab. but i cant add it as a component. when i try to search for it in the component add tab, it doesnt appear. when i try to drag it, it says that the script class cant be found. i need assistance about this. please reply if you see this comment
@trolleffo5057 ай бұрын
can you please give me an explaination? i need to finish it as soon as possible
@VISHNUV2022BATCHPesUniversity11 ай бұрын
Do I need to pay to enable the relay in Unity Game Service?"
@jeetmistry50083 ай бұрын
Can it run in meta quest 2
@lorenzvr6 ай бұрын
Hi, I'm trying to follow the instructions of the video but when I importing the scripts in the console sows different errors especially for Relay, how can I fix it?
@immersiveinsiders6 ай бұрын
What error are you receiving?
@lorenzvr6 ай бұрын
@@immersiveinsiders My bad, all resolve thanks you so much for the tutorial!
@HarshvardhanVarma6 ай бұрын
New version of the SDK doesn't have "Simple Capsule with Sticks"
@immersiveinsiders6 ай бұрын
Now you can use OVRCameraRig prefab that comes along with Continuous locomotion.
@tomasoliveira73344 ай бұрын
@@immersiveinsiders Can you explain how to activate that Continuous Locomotion? Or how to Use it while playing?
@kodyofc6 ай бұрын
Hi I really need your help in something, Im building a project that have multiplayer and plataform corss-over, so one player would join by PC and the other would be from the Oculus, how it can be done?
@immersiveinsiders6 ай бұрын
You just need to build one for Android, switch the platform in Unity and build for PC. As simple as that :)
@whafni776 ай бұрын
Hello and thnaks again fo this great tutorial. I managed to run a video stream across the network and it's working great and I tuned it into mixed reality which is amazing especially in multiplayer.But in mixed reality I want to show the oculus hands and not the avatar model's hand. Can you explain please how to do that? Thank you
@majdouline200255 ай бұрын
You found a way ?
@VConquest9 ай бұрын
Great tutorial but I can't access the keyboard. Where can we access this UI Helpers prefab? It's not in the download packaged file. I'm using the new Meta XR SDK also since the Oculus Integration is deprecated
@immersiveinsiders9 ай бұрын
You should be able to find the UI Helpers in this package that has to be installed separately: assetstore.unity.com/packages/tools/integration/meta-xr-interaction-sdk-ovr-samples-268521
@immersiveinsiders8 ай бұрын
You can find the exported package here: drive.google.com/file/d/1vgTGs2nYmoTP-0va_Ap2JwjbRJ6UFfS0/view?usp=sharing
@dwaynejohnson28828 ай бұрын
Going through your tutorial and am unable to drag the UIHelpers to the Scene Hierarchy. Any pointers? I'm using 2022.3.20f1
@immersiveinsiders8 ай бұрын
Which version of SDK are you using?
@Amir-up6zd3 ай бұрын
How to change the hand model
@immersiveinsiders3 ай бұрын
@@Amir-up6zd you can add the hand model to the Left/Right hand game object of the Avatar prefab and hide the mesh that’s already present.
@henho72228 ай бұрын
The Avator did spawn but it doesn't follow my hands movement
@majdouline200255 ай бұрын
did you fix that ?
@projectRocky110 ай бұрын
how did you share the project? I am making a multiplayer VR project, but I don't want to wait a week for sidequest to approve it before I can test the HOST/JOIN functions
@immersiveinsiders10 ай бұрын
You can just send the APK file and they can install it using SideQuest.
@queenb37307 ай бұрын
Is photon or unity netcode better?
@immersiveinsiders6 ай бұрын
We personally prefer photon because it has a better documentation and bigger community support