Is there any way to get the console as an array?
Say I were to do “print(“this array number 0”);” and then “print(“this is 1”);” and then have a GUI.Label that had the text as “theLogArray[1]”.
Is this possible? I tried to search it on Google, but it’s stupid and gives me completely off-topic answers.
This is the reason that I ask so many Unity questions on here. Google never works for me.