Change Vive wand teleport and turn from touch to press

This commit is contained in:
Toomas Tamm
2021-04-14 15:59:44 +03:00
parent 90563e776a
commit 28539e7600
17 changed files with 768 additions and 63 deletions

View File

@@ -30,7 +30,7 @@ namespace Bow
}
private void FixedUpdate()
{
{
if (!_inAir) return;
CheckForCollision();
_lastPosition = tip.position;