Unity-Technologies / XR-Interaction-Toolkit-Examples

This repository contains various examples to use with the XR Interaction Toolkit
Other
1.1k stars 360 forks source link

XR Toolkit Climbing System #43

Open PicoPlanetDev opened 4 years ago

PicoPlanetDev commented 4 years ago

There should be a climbing system implemented into the XR Toolkit. It could work like this - a grab interactable grabs a GameObject with a collider and climbing script. You then pull the controller down, which boosts you up. This could work for ladders, climbing walls, rock climbing, and more!

danilofaugusto commented 3 years ago

There could be, but with the existing great APIs the XR Toolkit already provides, this Youtuber created a very quick and easy implementation of climbing: https://www.youtube.com/watch?v=mHHYI7hzZ6M

Check it out