Skip to content

Commit 3be7f65

Browse files
authored
Merge pull request #318 from Reag/bugfix/FixOldInputSystem
fix: added missing variables for use with the old input system
2 parents 1a7fc41 + 454c1f3 commit 3be7f65

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ZEDCamera/Assets/SDK/Helpers/Scripts/BodyTracking/VirtualCamController.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ public class VirtualCamController : MonoBehaviour
1818
private bool initialized = false;
1919

2020
#if ENABLE_LEGACY_INPUT_MANAGER
21+
private float stepTranslation = 0.1f;
22+
private float stepRotation = 5f;
23+
2124
[SerializeField]
2225
private KeyCode toLeft = KeyCode.Keypad4;
2326
[SerializeField]

0 commit comments

Comments
 (0)