I need to shuffle a char array and have a string array that contains words "play" and "game" and have some buttons in my game like this: image1
and this is my code:
for (int i = 0; i < Answers.Length; i++) {
BtnsCharacter = Answers [i].ToCharArray ();
}
but I need is to make a mess in my buttons arraignment wile converting to char in random in every level. like the image bellow for example:
How could I do that