Check out my 3rd Person Game Series Playlist teaching you how to make a 3rd Person game using Unity + Playmaker kzbin.info/aero/PLhvjMi_0yrQwA0yAkta7hOS7x5zc1hMBr 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
@BlizStudio2 жыл бұрын
Also check out my other tutorial series.
@Sascha670 Жыл бұрын
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 Жыл бұрын
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.
@Jayavarshini-h6d8 күн бұрын
Thanks, it helped me a lot with my project😄
@lsdevelopment70552 жыл бұрын
I subscribed. Socket system content with hand tracking would be awesome!
@BlizStudio2 жыл бұрын
Yep, I definitely need to do some hand tracking vids.
@danaevargas29372 ай бұрын
thanks it helped me in my game dev :3
@BudgiePanic Жыл бұрын
Very useful, thanks
@BlizStudio Жыл бұрын
Thanks. Glad it helped.
@CameronDotPop2 жыл бұрын
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.
@CameronDotPop2 жыл бұрын
i hope it wont be a scenario that only works for oculus and not openXR
@BlizStudio2 жыл бұрын
Absolutely!! It's super easy too.
@BlizStudio2 жыл бұрын
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.
@areyouthere0035 ай бұрын
thanks
@BlizStudio5 ай бұрын
Awesome.
@Vectif Жыл бұрын
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!
@PivotalYT10 ай бұрын
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
@boxpete Жыл бұрын
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 Жыл бұрын
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 Жыл бұрын
@@BlizStudio thanks man will try it out!
@chinweiliu25672 жыл бұрын
Great tutorial, and where is the sample scene?
@BlizStudio2 жыл бұрын
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.
@chenzhuo2 жыл бұрын
@BlizStudio2 жыл бұрын
Always need to be creating!
@andreramiro7322 жыл бұрын
How can I do this with Oculus Integration (OVR)?
@BlizStudio2 жыл бұрын
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.