using UnityEngine; public class LeftHandPos : MonoBehaviour { private void Start() { } private void Update() { } }