Sorry for the poorly explained question.
The solution was very simple once I had another look at the unity manual.
Simply
globalStats.GetComponent().situation1 = true;
No use of mutator methods required :D.
↧