ProceduralPlanets

◆ ImportBlueprints()

static void ProceduralPlanets.PlanetManager.ImportBlueprints ( string  _jsonString)
static

Imports planet blueprints (and related ring blueprints) from a JSON string.

Exporting and Importing blueprints may be most useful for backing up configuration.

Note: There is an Import from Clipboard button in the PlanetManager Inspector which may be easier than scripting import/export.

Parameters
_jsonStringJSON string - can be escaped text format or Base64 Encoded.
See also
SimpleJSON.StringFormat, ExportAllBlueprints