xiaopeng12138 / MaiDXR

VR Arcade Simulator
MIT License
193 stars 14 forks source link

Made it possible to switch hand during hold #16

Closed wangw571 closed 2 years ago

wangw571 commented 2 years ago

maybe not stable but

xiaopeng12138 commented 2 years ago

thank you for your solution to this annoying bug. I will maybe throw this into Fixedupdate to decrease the delay.(maybe not depending on my test)

xiaopeng12138 commented 2 years ago

I made some adjustments to your code because if you update send key function forever, it will cause some performance issues so I put it in the OnTriggerExit function.