void ImportGraphTextAsset(string path) { var file = Resources.Load <TextAsset>(path); PWGraphBuilder.FromGraph(biomeGraph) .ImportCommands(file.text.Split('\n')) .Execute(); }