Exemplo n.º 1
0
    public static void SerializeLevelToFile(string filename)
    {
        string str = JSONLevelSerializer.SerializeLevel();

        str.WriteToFile(Application.persistentDataPath + "/" + filename);
    }