- Home /
Help needed on creating a options menu
Hi, this is my first question on the forum. So forgive me if it is badly worded. Ok, so currently I'm trying to make a game similar to super monkey ball. I've created everything apart from the options menu. This is the only thing I don't know how to do. So I have a main menu which has an options button once you click the options button you are taken to the options screen (this is in a separate scene). From here I would like all the possible options. So I would like to adjust graphics, sound and controls from here. Any help would be appreciated. I'm using c# to write the game. I've searched about on this forum and on goggle but can only find javascript tutorials.
So to summarise, my question is how can I make an options menu which controls graphics, sound and controls in c#?
Answer by ActionAbbas · May 29, 2014 at 02:02 PM
So after a while I've actually answered the question myself. It seems making an options menu wasn't as difficult as I originally thought.
Your answer
Follow this Question
Related Questions
Multiple Cars not working 1 Answer
Question on C# Interface Method Parameters 3 Answers
A node in a childnode? 1 Answer
What should i learn for unity C# or UnityScript? 4 Answers
C# GameObject Lists 2 Answers