>>569
void Update(){
CurrentTime += Time.deltaTime;
if (currentLine < scenarios.Length && CurrentTime == LimitTime){
処理w
}
}