XR Toolkit - Custom Interactor [03]

Sdílet
Vložit
  • čas přidán 28. 08. 2024
  • Greetings! Today, we're continuing our XR Toolkit journey by creating our own custom sockets that utilize tags and can automatically select nearby interactables.
    Github:
    github.com/VRw...
    Playlist:
    • XR Toolkit Programming
    Other Videos:
    XR Toolkit 2.0 Crash Course using Unity 2021 - • XR Toolkit 2.0 Crash C...
    Subscribe for future projects:
    www.youtube.co...
    Support my work, and get access to source code!
    / vrwithandrew
    Use this referral if you'd like to support me via the Unity Asset Store!
    assetstore.uni...

Komentáře • 17

  • @georgegonzalez5322
    @georgegonzalez5322 Před 3 měsíci

    These videos are gold! Thanks for doing these. There is no video out there with these type of examples.

  • @mattwarr7556
    @mattwarr7556 Před 9 měsíci

    it may seem like a very small thing, but I managed to get this to work with 2 handed grab interactables. I would never have been able to do this before watching this video.

  • @Syertim
    @Syertim Před rokem

    Super usefull, thanks Andrew!
    I was wandering if a video of you showing / explaining the overall structure of the XR toolkit library, like the hierarchy of the interfaces could fit in this series.
    This could help us understand better you videos and even let you explain us more advanced topics without forcing you to be too carefull about touching some concept!
    anyway well done! waiting for the next one!

  • @danielmolineromuller166

    Thanks for the video and getting into the weeds of the tool. This is super helpful :)
    (For me personally it would have been helpful if you explained in the bit what functionality you were going for at the beginning of the video, it only came clear to me in the end of the video how the sockets work, nevertheless, great job, thanks!)

  • @awixd4576
    @awixd4576 Před rokem

    Thanks for the new video!!!

  • @thatOne873
    @thatOne873 Před rokem

    awesome! will u create a tutorial on how could we add hands to this interactor or make the objects alive? something like when i push the button on the drill it will start to rotate? this would be fun

  • @wmka
    @wmka Před rokem

    one of the things I'd like to do in the urp scene in vr is to use the cutting saw to cut the wood but I don't know how

  • @mattwarr7556
    @mattwarr7556 Před 9 měsíci

    this changed everything for me. I was struggling but now it is clear. I wonder if I can use this approach to fix a problem where i want to grab an object but i keep grabbing it`s socket joined companion by mistake.

  • @ivani5543
    @ivani5543 Před rokem

    Thank you for your wonderful tutorial. If using xrit to splice objects, similar to LEGO, how can they be connected one by one? Do you have any good suggestions?

    • @VRwithAndrew
      @VRwithAndrew  Před rokem

      It'd be kinda difficult, but you may be able to use sockets. Or, I'd probably write some of my own functionality to be able to "Snap" or child two held objects under a new parent object if they're both selected.

    • @ivani5543
      @ivani5543 Před rokem

      Sockets cannot meet this requirement. If use a new parent object, when a block is picked up and placed, disable its collision and XRGrabInteractible, and the collision area of this parent object needs to be dynamically adjusted to cover this block. is it right?

  • @travist1169
    @travist1169 Před rokem

    Any reason you specifically use unity 2020?

    • @VRwithAndrew
      @VRwithAndrew  Před rokem

      I use it mostly use it since it's easier to access particular plugin versions and LTS support. Now that 2022 has entered LTS, it may be worth looking into now.

  • @gonzalolo
    @gonzalolo Před rokem

    Nice video as always, thanks mate.
    I have a question about XR Poke Interaction, it has Interactor Events, but I cant manage to trigger them and idk what to do, hehe any idea?
    another thing is, do you have Discord Channel? coudnt find it :p, Thanks!!

    • @VRwithAndrew
      @VRwithAndrew  Před rokem +1

      In my 2.3 video, there should be a section on the Poke Interactor, and I do briefly touch on the events and how I also had a bit of trouble figuring them out!
      I do technically have a Discord, but it's something I'm scaling back since it hasn't been used much for awhile now.

  • @teawa_
    @teawa_ Před rokem

    These tutorials have become a bit harder to follow.
    Progressively getting into more complicated stuff 😵‍💫