database to list for the player to selct

Hi I’m relatively new to unity. I want to have a login screen to my game where the player selects a school that I have pre stored in a database. How do I go about doing this? I know theres no dropdown list is there a way I can use a slider and populate it with the data from the database.

Actually there are a few threads on dropdowns you can include in your project. @SimonDarksideJ has links in his signature that provide UI resources. Per pulling data from a database… What database are you using? What’s your skill set at network communications? Etc? Give us some clues to help you.