Save & Load
Editor
Runtime
public TileWorldCreator twc;
// Save
twc.SaveLayerStack(string _path);
// Load
twc.LoadLayerStack(string _path);
// Load and execute all layers
twc.LoadLayerStackAndExecuteGeneration(string _path);Build map
Last updated
