I am trying to create this UI, I have thought of several possibilities of implementing this but they all seem to run into their own problems. Please advise me on how you would go about this.
Each color is a button, when user clicks a button it slides to the top and reveals its continent panel. If user clicks a buried button, all the buttons in its way slide to the top with clicked button. The top buttons should be able to slide back down as well. this UI should work on all devices - meaning its parent panel size will change and it should too.
Thanks ahead of time, If I figure something out myself I’ll let you know!
What you could possibly do is make a separate panel for each section in a vertical layout panel and when clicked, lerp the height of the selected panel.
There’s not much in terms of accordion designs in the current version of unity.
EDIT: I had a little look and I found a topic on this already and someone has made an example: