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