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

Custom button for arm swinger #38

Closed omerfaruk closed 7 years ago

omerfaruk commented 7 years ago

Change arm swinger button from inspector panel

kjack9 commented 7 years ago

Hi Ömer!

Thanks for contributing to ArmSwinger. I implemented your proposed functionality in PR #39, along with the appropriate function, variable naming, README, and comment changes.

If you decide to create another PR for ArmSwinger, please turn off your editor's auto-style functionality. It made it very difficult to determine what you had changed in ArmSwinger.cs since it also changed the style and end-lines of unrelated parts of the script. Will make it much easier to accept your PR instead of creating a separate one.

If I didn't include one of the button options you were looking for in #39 , please feel free to submit another PR with the addition you require. If you have any questions, please let me know.

Thanks again for contributing!

-KJack