hi all,
ive got a silly question, i’m trying to Print out an array in C# but I cant seem to get it working. Any ideas?
string[] names = {"Matt", "Joanne", "Robert"};
print(names[2]);
hi all,
ive got a silly question, i’m trying to Print out an array in C# but I cant seem to get it working. Any ideas?
string[] names = {"Matt", "Joanne", "Robert"};
print(names[2]);
ah! Answered my own question, I didn’t have it in the void Start() thanks anyways guys