2023 Unity VR Basics - Climbing
HTML-код
- Опубликовано: 7 фев 2025
- The Unity XR Interaction Toolkit continues to improve now that it has its very own Climb Interactable. In this video, I'll go over the basics of climbing and how to get it to work in your game.
► 🍤Support the channel🍤
Patreon: / fistfullofshrimp
Subscribe For Shrimple Tutorials: / @fistfullofshrimp
► 💬 Socials🗨️
Discord: / discord
Written Tutorials: fistfullofshri...
► 🔗Useful Links🔗
Written Tutorial Found Here: fistfullofshri...
► 📦Assets📦
Free VR template: github.com/Fis...
► 🕹️More Shrimple Tutorials🕹️
Optimize Your Draw Calls: • Unity VR Optimization ...
Optimize URP: • Your VR Success Guide:...
Unity Lighting Essentials: • Light Up Your Game : U...
► 🦐Who's El Shrimpo?🦐
I'm Fist Full of Shrimp! I make the most shrimple tutorials about Unity, Game Development and VR Development! My Unity tutorials are beginner friendly, but also tend to get into more details that can be forgotten. I do my best to make my tutorials as quick and clear as possible, so if you've found them helpful so far, consider liking and subscribing for more!
#unity #gamedev #vr
Thank you for your time and effort
Always happy to help! Cheers!
Another excellent tutorial. Thank you.
Very informative content. Thanks for the videos.
Glad you found it helpful! 🍤
Can you do a tutorial on how add damage? Plus thanks for your hard work.
Not sure why but can,t get the handles on wall to change colour
this works great for climbing but there's no player gravity when they let go of the wall, could this be fixed just by adding a rigid body? Edit: rigid body makes it freak out but there's a setting in the Locomotion System > Continuous Move Provider for "Gravity Application Mode" that can be set to immediately for a similar effect
haha had to update my project from unity 2019 to 2022, after that long fiasco, back on it!
Glad you figured it out! All the different versions of unity and the xr interaction toolkit create a pretty savage maze sometimes
thx
Hi for some reason i dont have the poke or climb and maybe a few other scripts that I just havent needed yet when I search them up, is this a new update. I havent seen anyone else have this issue please reply
When climbing my character freaks out i think its because of some kind of collision? like its trying to apply the gravity that is set to immediately and it tries to pull me down but im holding on how to fix it?
I don’t have any climb in samples what should i do
what if a player would climb down? like under the platform
hello, so i have an issue idk if its fine but i dont have the interactable options on the interactable layer thing on the ladder and wall what do i do?
The intractable/interactable ignore ray layer is one that I added in. If your direct interactor is set to work with the default layer, it should work just fine.
@@FistFullofShrimp thanks
climing wall and climing ladder prefab is not available to my project. im using unity 2022.3.22f1.. :(
hi, while climbing when ungrab the interactables player would not fall. how to fix this?
Did you end up finding a solution?