void Update() { if (!started) { //still handle manually added platform animations groundGenerator.HandleAnimations(); return; } groundGenerator.Update(); }