ElectricNightOwl / ArmSwinger

ArmSwinger is an artificial VR locomotion library developed on Unity 5.4. ArmSwinger allows you to use your arms to control your position in 3D space in a natural way with minimal disorientation.
http://electricnightowl.com/armswinger/
MIT License
101 stars 30 forks source link

Is this compatible with oculus? #53

Closed spaez18 closed 6 years ago

spaez18 commented 6 years ago

Hey! I've been looking how to make this kind of movement for the Oculus Rift and the nearest approach I've found is yours. I know you tested this on HTC Vive but I'd like to know if i can use this for Oculus or how can I start to develop the scripts for it. Thank you so much for any help you can give me.

Best regards.

a-rts commented 6 years ago

Anything that works with Vive uses OpenVR, which Oculus can also use. So any VR camera rig that provides the component SteamVR_ControllerManager should work, I guess.

kjack9 commented 6 years ago

ArmSwinger was only tested using HTC Vive since that's the only VR headset I own. I don't know what the side effects would be of using it with a Rift.