Exemplo n.º 1
0
    private void Awake()
    {
        mapCreator = Instantiate(mapCreatorPrefab);
        mapCreator.Init();

        eventSystem = Instantiate(eventSystemPrefab);
    }
Exemplo n.º 2
0
    public void Init()
    {
        Instance = this;

        MakeBaseMapObject();
        MakeGround();
        MakeCamera();
        MakeGui();
        MakeParkingZone();
        MakeGenetic();
    }