void PlaySensingEffect() { sensingSystem.SetPlaybackSpeed(0.5f); sensingSystem.Play(); }
void PlayOurSystem() { ourSystem.Play(); }