UNITY XR INTERACTION TUTORIAL | SOCKET INTERACTORS!

  Рет қаралды 11,048

Daniel Stringer

Daniel Stringer

Күн бұрын

Пікірлер: 52
@fabiano8888
@fabiano8888 3 жыл бұрын
The best channel to learn Unity XR development. Period!
@UnityVR
@UnityVR 3 жыл бұрын
Thanks Fabiano! that's very kind
@6string86
@6string86 2 жыл бұрын
Thank you. You saved my college project!
@migatocomeoscuridad
@migatocomeoscuridad 2 жыл бұрын
this is great, this dude is chill too
@UnityVR
@UnityVR 2 жыл бұрын
Thanks Jack!
@Saint43x
@Saint43x 3 жыл бұрын
Thanks for the awesome Tutorials! you are quickly becoming one of my favorite XR KZbinrs. I would love a video on Doors drawers and levers! but either way thanks for the hard work!
@UnityVR
@UnityVR 3 жыл бұрын
Thanks Saint43x!
@Mertly
@Mertly 3 жыл бұрын
I do have one complaint about your videos. I noticed that there are other tutorials on KZbin with less content and more views. I think more people should see your videos. Thank you for all your help, it has made a difference for me. Edit: clarifying what I was saying.
@UnityVR
@UnityVR 3 жыл бұрын
Thanks Benjamin! glad it helped you out.
@ainisalwa3055
@ainisalwa3055 4 ай бұрын
Thank you for your tutorial. It helps me a lot for my mini project.
@ScratchedWinter
@ScratchedWinter 3 жыл бұрын
This is fantastic, the clarity of your tutorials are second to none. I had hit a real wall in understanding with some other tutorial makers, but after finding this channel I started making progress again. I've decided to sign up for the Patreon as of tomorrow, thankyou for the hard work and please keep making these videos
3 жыл бұрын
You Sir, are my new hero! Your tutorials are crystal clear and your personality is radiant! I love hanging hours with You and I am learning like crazy. I will be a patreon from now on, not to get code (i like to write myself as i learn better that way), but to support your fantastic work in this channel! Thank You so much!
@UnityVR
@UnityVR 3 жыл бұрын
Thanks Marcus! glad you are finding the content useful :)
@sammygoh
@sammygoh 3 жыл бұрын
Luv that Highlander bit :-P Great tutorial once again. Thx.
@Riprog
@Riprog 3 жыл бұрын
Great tutorial, love your videos Daniel! Hopefully you will get some more viewers/subscribers/patreons once the Meta year of 2022 kicks off and more people wanna learn this stuff!
@flym0
@flym0 3 жыл бұрын
You bloody star mate. Subscribed.
@JustinPBarnett
@JustinPBarnett 3 жыл бұрын
Great tutorial! Super useful
@UnityVR
@UnityVR 3 жыл бұрын
Thanks Justin!
@haraldgundersen7303
@haraldgundersen7303 3 жыл бұрын
Great stuff. BTW would love to see a xr interactive Whiteboard with markers. Multiplayer PUN2? would be extremely useful...😎
@sammygoh
@sammygoh 3 жыл бұрын
Will be great to see Pun2 with Asymmetrical unity vr games. One player in VR, another on the PC, same game
@sabirayaz7893
@sabirayaz7893 3 жыл бұрын
Brilliant tutorial, helped me so much in my project.
@UnityVR
@UnityVR 3 жыл бұрын
Hi Sabir! Glad it helped :)
@Calactic
@Calactic 2 жыл бұрын
Thanks for this, helped a tonne. I'm just wondering, how would you go about making items being able to stack up on each other? Our game is a survival/horror game and we want players able to put more than one of the same item into a hotbar, which is a sphere socket interactor. Our game takes heavy inspiration from "A Township Tale" if you're familiar.
@jamesprise4252
@jamesprise4252 Жыл бұрын
hey man. awesome work. Is there a way to make the sockets "swappable" as in, if the player decides an object is in the wrong place, they can remove it and change location? For some reason, my sockets are locking the objects until replaced with another-- I cannot remove it once "locked.'" thoughts?
@cleated3316
@cleated3316 3 жыл бұрын
Is there a way when activating an event, the socket interactor locks, and you cant take the object out, but is still snapped into place. Until, the event is deactivated (e.g. button, lever)
@UnityVR
@UnityVR 3 жыл бұрын
I am actually looking into this at the moment for another game I am working on.. I'll keep you updated.!
@andra9812
@andra9812 3 жыл бұрын
I actually have this problem :)) end my suffering please, I just want to take it back from the snap zone and I can't
@tobimeister1545
@tobimeister1545 3 жыл бұрын
Is it also possible to use these for an AR-Project? Also great tutorial.
@coderra4ever
@coderra4ever Жыл бұрын
Hey man! I keep having problems with mine: it does stick to it but it just keeps the rotation that i enter the socket with. How can I fix that?
@lsdevelopment7055
@lsdevelopment7055 3 жыл бұрын
Hi Daniel. I am a new VR developer. Do I have a situation where I can only open apps I developed in VR without uploading them to the store, and "except those from unknown sources (without developer apk)"? For example, you did business with a company. You will deliver 10 VR Headset, they all have the same application. Is there a workspace that only employees of that company will see without installing apps(App Lab etc)? (for Oculus Quest-2)
@reinaldomoraga9714
@reinaldomoraga9714 2 жыл бұрын
Is there a way to make a socket send out a bool when an object is attached to it? For example, when socket has attachment set bool to true
@UnityVR
@UnityVR 2 жыл бұрын
Hi- yeah, you could use the events on the xr socket interactor script. create a script that has a public method that you can access through the XR Socket interaction scripts events. this method could then control a bool property.
@teng871
@teng871 3 жыл бұрын
Hello, your videos are so helpful for my project! However, I do have one question. After the game object snap into place, how can i make the game object stay in place? (meaning not able to grab or move it after snapping in place).
@UnityVR
@UnityVR 3 жыл бұрын
Hi WT Lee, you could use the events for when its snapped to turn off the XR grab interactable on the object
@teng871
@teng871 3 жыл бұрын
@@UnityVR Hello i've tried it but it does not work, but just to confirm, its: XRGrabInteractable.enabled (unticked)?
@stefandanielsivu6845
@stefandanielsivu6845 3 жыл бұрын
I have the same problem, after I place the object I want it to freeze in place. I used different methods, like interactionManager.UnregisterInteractable, XRGrabInteractable.enabled = false but the object will just fall.
@andra9812
@andra9812 3 жыл бұрын
@@UnityVR Hi, I have this problem, I can't take back items from the snap zone. What should I check for ?
@valRockz1234
@valRockz1234 3 жыл бұрын
Can the XR Socket Interactors capture component data of the objects that snap into them?
@UnityVR
@UnityVR 3 жыл бұрын
Hi, yeah I am sure they can. I've been working on some dials that have to know what controller (interactor) is grabbing them. So yes I am almost sure you can. Good question! I am planning on doing a video to showcase making an escape room style game in VR, so I will see about getting this topic into that video.
@valRockz1234
@valRockz1234 3 жыл бұрын
@@UnityVR Thank you, can't wait!
@64jcl
@64jcl 3 жыл бұрын
Very nice. But I guess creating a new layer for every socketable is perhaps not the best way? Likely a better solution is to create a component that inherits XR Socket Interactor, add a new public parameter where you can set some kind of tag or even which specific object can be socketed and override a function inside there for checking if the object being socketed has the same tag or the correct object.
@l.llleah
@l.llleah 3 жыл бұрын
I tried using tag in my code for this, (like : if (collider.tag == "sword" {do smtg} ) but it didnt work TT. So what if i want to check layer instead of tag? I actually tried it too but somehow its not working?
@sidhintzsche6773
@sidhintzsche6773 2 жыл бұрын
Hey Daniel, maybe you can give me a hint... first thanks for your Work, you helped me learn alot already. Maybe I missed it in one of you Videos, but how can I transform the Game Object inserted in the socket to scale the sphere? (Learing to make a Inventory System and every inserted Item should have the same Size. Sadly every Tutorial skips that part -.- Oh and I just got another Question: is it possible to set the Socket to only allow a specific hand? In example: I want to grab my Inventory in Backpack Form over my right shoulder, but grab two different swords over my left shoulder. And it should not be random what weapon I get, right should grab (and insert) only from (to) right slot. As a complete beginner Unity is so confusing... especially learning it via youtube. So many changes, you watch a guide, write a script and later you learn its already a core function xD I hope its the same for these functions, I am a little scared of scripts xD
@williamt1816
@williamt1816 3 жыл бұрын
My layer masks are not working. That socket is setup to only except objects on the layer "bolt", however I am able to drop object from any layer. Any thoughts?
@UnityVR
@UnityVR 3 жыл бұрын
Hi William! sorry to hear its not working. The socket and the grabbable will both have to be on the bolts layer.. just check to see that they are
@williamt1816
@williamt1816 3 жыл бұрын
@@UnityVR The socket and the grabbable are on the bolts layer
@kathy02158
@kathy02158 Жыл бұрын
could some one teach me how can do put item in the slot and showing item 2d image ?
@dotomomo
@dotomomo 3 жыл бұрын
Hello! Having trouble with my attach transform on my grabbable object - I can't have an attach transform on my socket interactor without messing up the attach transform on my grab interactable... Thanks in advance, love the channel!
@UnityVR
@UnityVR 3 жыл бұрын
Sorry Daniel just seen this.. I found it a little fidley sometimes with the attach transforms. Its worth taking a look at the 3D models pivot point and making sure its not weird ;)
@_Garm_
@_Garm_ 3 жыл бұрын
The Excalibur :)
@fuzzyleon1773
@fuzzyleon1773 3 жыл бұрын
What if you want only a certain object to fit into the snapzone. I think it's gonna be a bitch if you're making a game and need to make a new layer for every snapable object. Until now I've only found pretty difficult scripts for it.
@danielggonzalez5785
@danielggonzalez5785 2 жыл бұрын
You guys having any problem with the socket interactor only working once, when the game starts, and only if there is an initial object to attach to? After that, it just won't attach anymore :(
UNITY XR INTERACTION TOOLKIT: DROPPED INTERACTABLE RESET!
22:41
Daniel Stringer
Рет қаралды 4 М.
Unity VR Game Basics - PART 8 - Socket Interactor
7:34
Fist Full of Shrimp
Рет қаралды 10 М.
Что-что Мурсдей говорит? 💭 #симбочка #симба #мурсдей
00:19
Каха и дочка
00:28
К-Media
Рет қаралды 3,4 МЛН
Мясо вегана? 🧐 @Whatthefshow
01:01
История одного вокалиста
Рет қаралды 7 МЛН
UNITY XR INTERACTION TOOLKIT - UI INTERACTION!
11:29
Daniel Stringer
Рет қаралды 13 М.
Socket with Tag Check for Unity XR
12:37
VR with Andrew
Рет қаралды 11 М.
Unity VR XR Interaction Toolkit - XR Socket Interactor
4:35
Bliz Studio
Рет қаралды 13 М.
I Made the Same Game in 8 Engines
12:34
Emeral
Рет қаралды 4,4 МЛН
UNITY XR INTERACTION | VR DIAL!
27:25
Daniel Stringer
Рет қаралды 7 М.
How to use VR Sockets (and XR Interaction Toolkit) in Unity 2021.2
19:29
Justin P Barnett
Рет қаралды 26 М.
Triggering Animations Using Unity XR Interaction Events
6:30
Ryan Murray
Рет қаралды 3,4 М.
VirtualGrasp SDK For Natural VR Grasp Interactions Is HERE !
21:36
Dilmer Valecillos
Рет қаралды 6 М.
How do non-euclidean games work? | Bitwise
14:19
DigiDigger
Рет қаралды 2,5 МЛН
Что-что Мурсдей говорит? 💭 #симбочка #симба #мурсдей
00:19