public void toExhibit(Button btn) { title_header.text = "Gallery 161"; exhibitDisplay.SetActive(true); json.currWork = JSONWriter.ExtractJSONFile(json.gallery161_003); json.WriteStats(json.currWork); }
void Start() { jsonData.currWork = JSONWriter.ExtractJSONFile(jsonData.gallery161_003); button.text = jsonData.currWork.name; }