Example #1
0
    // Start is called before the first frame update
    void Carregue()
    {
        ContainerPlusMap p = new ContainerPlusMap(
            JsonUtility.FromJson <JsonMapContainer>(
                SaveMap.CarregarArquivoParaJson(bPath.GetPath)));

        p.CreateScenario(bPath.GetFileName, xvar, yvar);
        //p.testeGetTexture(bPath.GetFileName, mytex);
        //p.MostrarCoresDoDicionario();
    }