Check out my 3rd Person Game Series Playlist teaching you how to make a 3rd Person game using Unity + Playmaker ua-cam.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
Fantastic tutorials, concise and informative. I want to request a tutorial for a VR button powered by Unity's VR XR Interaction Toolkit. A button that is pushable with a VR hand and triggers an event. Thanks!
Sir, Can you continue this project? If you press the button on/off the bulb will light. ? And it will connect to arduino and the led light in real world also will be on. ?
I know this is an older video , but what if i want the socket to only work once?.. like putting a model together. I dont want parts to be able to be removed after installation.
@BlizStudio thanks for the reply!! I did have it disable the grab interaction once actave in the socket, but the part just fell off and would not stick anymore without the grab intractable. I'll need to try it again ..must have done it wrong.. thank you very much !!
@@BlizStudio great and is there a discord where I can join people like you and share knowledge, if not then it would be great if you did I think your work is excellent and I am getting all this knowledge for free that's even better, I wanna become a good MR developer and think you can help me achieve that
Hey Kingstantin, I think if you are looking to have 3 sockets to turn on a light then you'll need a bit of code. I use Playmaker for visual scripting. For each switch, you'll set a bool (true or false) if a socket is connected or not. Then a script to detect if all 3 switches are true. If all true, then you'll turn the light on, or open the secret gate, or ... I'll try to do a vid with that type of logic.
Check out my 3rd Person Game Series Playlist teaching you how to make a 3rd Person game using Unity + Playmaker ua-cam.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
Also check out my other tutorial series.
Will do... Both!
Thanks very helpful!
Fantastic tutorials, concise and informative. I want to request a tutorial for a VR button powered by Unity's VR XR Interaction Toolkit. A button that is pushable with a VR hand and triggers an event. Thanks!
Hey Olivier, thanks... and I can absolutely make a tut for that.
@@BlizStudio Awesome looking forward to it!
Sir, Can you continue this project? If you press the button on/off the bulb will light. ? And it will connect to arduino and the led light in real world also will be on. ?
I know this is an older video , but what if i want the socket to only work once?.. like putting a model together. I dont want parts to be able to be removed after installation.
Sorry for getting back late Tom. You would just turn that interaction off once the socket is in place.
@BlizStudio thanks for the reply!! I did have it disable the grab interaction once actave in the socket, but the part just fell off and would not stick anymore without the grab intractable. I'll need to try it again ..must have done it wrong.. thank you very much !!
hi great work can we shoot an event using script too as I wanna have more control over the events I need to know how to call one through script
Hey Vikram, I'm going to put some vids together soon.
@@BlizStudio great and is there a discord where I can join people like you and share knowledge, if not then it would be great if you did I think your work is excellent and I am getting all this knowledge for free that's even better, I wanna become a good MR developer and think you can help me achieve that
Here's my discord if you want to join. You can ask questions, contribute, share. Here's my discord channel discord.gg/DgUdNDT7KU
but how can another script access the gameobject through the socket 😭
perfect
Thanks Tord!! I appreciate it.
What do i do, if I wanna let something happen (such as lights on or off) but with three sockets instead of only one?
Hey Kingstantin, I think if you are looking to have 3 sockets to turn on a light then you'll need a bit of code. I use Playmaker for visual scripting. For each switch, you'll set a bool (true or false) if a socket is connected or not. Then a script to detect if all 3 switches are true. If all true, then you'll turn the light on, or open the secret gate, or ...
I'll try to do a vid with that type of logic.
@@BlizStudio Hey that would be super cool. I just strted getting into code and I'm an absolute beginner. Will check out your other videos for sure!