Exemplo n.º 1
0
    private GameObject CreateStartPlatform()
    {
        Vector3    pos      = groundGenerator.GetFreePlatformPosition();
        GameObject platform = groundGenerator.GeneratePlatform(groundGenerator.defaultCloud, pos);

        groundGenerator.AddToAnimations(platform, pos);

        return(platform);
    }