I’m trying to change the text for my scroll view context.
Setting it as a public text:
public Text _txtContent;
Then I set the value here:
//Article
_txtContent.text = _Game_Functions.Lookup_Article();
Problem is its not changing the context text value