// Use this for initialization void Start() { m_rewindable = GetComponent <Rewindable>(); }
private float m_timeInterval; // Time between recording data // Use this for initialization void Start() { m_rewindable = GetComponent <Rewindable>(); // Get the reference to the rewindable script }