Keep dropdown menu states between scenes
I'm using the new dropdown menu UI and is there a way to keep the state of the dropdown menu between scenes?
For instance, I selection "option 2", go to another scene, go back to the scene with the dropdown it resets to "option 0". How do I keep it at "option 2"?
Thank you.
Answer by Mmmpies · May 25, 2016 at 09:50 AM
Really what you need is to learn about persistence in data. This tutorial will get you well on the way.
I was planning on using PlayerPrefs, this video is great. Thank you. :)
Your answer
Follow this Question
Related Questions
How do you access the text value of the Dropdown UI? 6 Answers
How to change the Font Asset from a Dropdown List item? 1 Answer
UI Dropdown problem. 1 Answer
Unity dropdown automatically scrolling up 0 Answers
Trying to list names from text files in dropdown options.,Trying to list info from txt files. 0 Answers