void Awake()
 {
     controllerRecording = (XRControllerRecording)target;
 }
 protected void OnEnable()
 {
     m_ControllerRecording = (XRControllerRecording)target;
     m_Frames = serializedObject.FindProperty("m_Frames");
 }