private GameObject CreateStartPlatform() { Vector3 pos = groundGenerator.GetFreePlatformPosition(); GameObject platform = groundGenerator.GeneratePlatform(groundGenerator.defaultCloud, pos); groundGenerator.AddToAnimations(platform, pos); return(platform); }