Hi. I need some help. I recently started to try and learn buttons and dropdown menus so I can create a HUD (heads up display) button system for a virtual world containing many scenes that I am attempting to build.
I have created the dropdown menu and a script for changing scenes. The script works to change to the second scene by pressing a button in the dropdown menu. I created another almost identical script to change to a third scene and this is where I am running into a problem. Both options in the dropdown menu currently take me to the same scene when clicked.
I currently have both options set up in the “on value changed” area.
How would I go about assigning different scripts to the options in the “values” part of the dropdown menu?
Can anyone point me in the right direction or tell me what I need to do?