Need help to generate a random assortment of 4 buttons - C#
I'm looking to create a script in C# to where I can associate 4 static buttons I have in my scene. I need to be able to generate a random input order to which they need to be pressed in correctly. The idea is that the script will create a random assortment of the 4 available buttons (total of 4 inputs) for the player to input in the correct order (similar to 'Simon Says' game). I am unsure how to start this script, if I need some kind of List or Dictionary. Any help would be most appreciated!
Your answer
Follow this Question
Related Questions
compare string to string array[] 2 Answers
Getting "object reference not set" error when creating a list dictionary. 1 Answer
[Quiz Game] How to prevent Question asked twice. HELP 1 Answer
Dictionary creates copy, rather than references 1 Answer
How to remove an item from a list of custom variables 1 Answer