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

Armswinger Touchpad support #40

Closed omerfaruk closed 7 years ago

omerfaruk commented 7 years ago

You can activate armswinger with touchpad button press ( top,bottom,right,left).

kjack9 commented 7 years ago

Hi omerfaruk,

Can you please re-submit your changes with all your editor's auto-style stuff removed? It made a ton of unrelated changes to ArmSwinger.cs.

Thanks,

-KJack

omerfaruk commented 7 years ago

Hi, I re-submit my file again.is it ok now ?

kjack9 commented 7 years ago

Sorry, no. The problem is that your editor is making massive changes to the file with it's auto-style feature. Your commit makes 2,391 additions, 2,038 deletions to ArmSwinger.cs. You'll have to start with the original ArmSwinger.cs first, turn off auto-style in your editor, and then re-make your changes.