Unity VR XR Interaction Toolkit - XR Socket Interactor

Sdílet
Vložit
  • čas přidán 16. 07. 2024
  • In this Unity VR XR Toolkit tutorial, I'll show adding an electric box with the XR Grab Interact component and then being able to attach it to a base set up with a XR Socket Interactor component.
    ► Art Assets - Polygon City - Low Poly bit.ly/3ScOYa1
    My discord link
    ► / discord
    ► Download Unity at unity.com
    Chapters:
    00:00 Introduction
    00:40 Adding a XR Grab Interactable
    02:16 Creating a XR Socket Interactor to the base
    03:38 Testing out the socket and Conclusion
    🚀 Download Trixel Rocket for free on App Store at: apple.co/31s4gzt
    👉🏼 To Sign up for email updates on my latest tutorials and game progress.
    sendfox.com/bliz
    ···
    ♥ Subscribe to my channel: bit.ly/31wL83n
    👕 T-shirts! bit.ly/2CYvdBl
    ● Website: bliz.studio/
    ● Twitter: / blizstudio
    ● Instagram: / blizstudio
    ● Facebook: / blizstudiogames
    ···
    ► All content by Bliz Studio is 100% free. I believe that education should be available for everyone. Any support is truly appreciated so I can keep on making content free of charge.
    ···
    ♪ "Once Was" by Kwon @ CZcams
  • Hry

Komentáře • 24

  • @BlizStudio
    @BlizStudio  Před rokem +3

    Check out my 3rd Person Game Series Playlist teaching you how to make a 3rd Person game using Unity + Playmaker czcams.com/play/PLhvjMi_0yrQwA0yAkta7hOS7x5zc1hMBr.html and if you would like to join my discord where I can help with issues or you can also engage with other developers please join discord.gg/DgUdNDT7KU

    • @BlizStudio
      @BlizStudio  Před rokem +1

      Also check out my other tutorial series.

  • @Sascha670
    @Sascha670 Před 9 měsíci +2

    Hello Jerry! Your whole Tutorials are just awesome. I'm doing a university project with Unity and have no experience at all. All of your tutorials are simple to understand, not too fast and fun to watch. Hope you will guide me through my project with your awesome videos haha

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

      Thanks @slimegodisy. I really appreciate it. Definitely if you have questions you can always hit up my discord server. You'll have to show me what you build. Good luck.

  • @lsdevelopment7055
    @lsdevelopment7055 Před rokem +1

    I subscribed. Socket system content with hand tracking would be awesome!

    • @BlizStudio
      @BlizStudio  Před rokem

      Yep, I definitely need to do some hand tracking vids.

  • @BudgiePanic
    @BudgiePanic Před 11 měsíci +1

    Very useful, thanks

  • @tordgaming3804
    @tordgaming3804 Před rokem +2

    Hey bliz I'm looking forward to your next video, as its something I have been struggling with for the past week. I am assuming that the light will turn on after checking the socket for the box.

    • @tordgaming3804
      @tordgaming3804 Před rokem +1

      i hope it wont be a scenario that only works for oculus and not openXR

    • @BlizStudio
      @BlizStudio  Před rokem

      Absolutely!! It's super easy too.

    • @BlizStudio
      @BlizStudio  Před rokem

      Since I'm doing everything in XR toolkit, it will work with all devices. You'll just need to make sure you have those devices you want to support as plugin providers with OpenXR and in OpenXR Interaction Profiles those headsets added.

  • @boxpete
    @boxpete Před 10 měsíci

    Hey Jerry! Question. I'm trying to create like a jigsaw puzzle game wherein i would use the socket interactor for the pieces to snap to. Is there any way to have a check system if each pieces is in the right place? Thanks and great video!

    • @BlizStudio
      @BlizStudio  Před 10 měsíci +2

      Hey @geralddino6715, thanks. Whether with C# or Playmaker, you would need to keep track of how many sockets. You can use a bool (on/off) if the puzzle piece is in place. Then you need to run a bool test to check if all of your bools are true. If so, then puzzle completed. Hope that helps.

    • @boxpete
      @boxpete Před 10 měsíci +1

      @@BlizStudio thanks man will try it out!

  • @chinweiliu2567
    @chinweiliu2567 Před rokem

    Great tutorial, and where is the sample scene?

    • @BlizStudio
      @BlizStudio  Před rokem

      Hey Chinwei, if you start out any project in Unity, there will be a sample scene. If you start from the VR Core template, then it will have a scene with the XR Origin all set up and ready to go. If you open up Unity and it's not in the default Sample Scene, you can look in the Project window and in the Scenes folder you'll see Sample Scene. You can duplicate that scene, rename and then use that as your starting point.

  • @Vectif
    @Vectif Před 5 měsíci

    How do you set an object to already be attached to the socket on startup? Meaning the user has to do the inverse interaction of removing it. Also, thanks a lot for the tutorial, this is just what I've been trying to figure out!

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

      Hey, maybe you already figured it out now, but the Socket Interactor component has a transform you can attach called Starting Selected Interactor. add your desired gameobject there

  • @chenzhuo
    @chenzhuo Před rokem +1

  • @andreramiro732
    @andreramiro732 Před rokem

    How can I do this with Oculus Integration (OVR)?

    • @BlizStudio
      @BlizStudio  Před rokem +1

      Hey Andre, I haven't played with OVR just the XR Toolkit. I'll take a look and let you know if I can find anything for you.

    • @andreramiro732
      @andreramiro732 Před rokem

      @@BlizStudio thanks in advance!