Search Unity

Resolved A dropdown that can go to its sides

Discussion in 'UGUI & TextMesh Pro' started by Hexolenn, Apr 10, 2023.

  1. Hexolenn

    Hexolenn

    Joined:
    Dec 27, 2021
    Posts:
    44
    I want to have a dropdown that lists its items to the left of it. I already have an dropdown that goes from top to bottom like so

    upload_2023-4-10_10-20-1.png upload_2023-4-10_10-20-19.png

    But I want another dropdown at the bottom of the screen that opens to the right. I looked around but couldn't find anything. I dont need to use dropdown menu if it cant do that but how can I make it otherwise ?

    Here is how I want it to look I hope it gets my idea trough

    upload_2023-4-10_10-24-5.png
    upload_2023-4-10_10-24-27.png
     
  2. Hexolenn

    Hexolenn

    Joined:
    Dec 27, 2021
    Posts:
    44
    I found a way to get what I want but i dont know if its a good solution in the long run

    upload_2023-4-10_10-38-53.png
    upload_2023-4-10_10-39-6.png

    As you might have guessed I just copied and turned my other dropdown -90 degrees in the z axis

    upload_2023-4-10_10-40-3.png

    But as I said I dont know if it will have problems in the future any other ideas are welcome!