HI Everyone!
i have a prefab that should be a inventory, this inventory have a tabs, inside every tabs there is a selectables, buttons, toggles etc…
there is is a script to control every tab visibility on the top object, and a selectable inherited script on every tab,
what i want is that for example when i scroll the button inside one single tab and i come to the last button inside that tab, i want to switch automatically to the next one, anyone know a good way to do this?
what i i thinking is to put a canvas group to every single tab, and set the alpha to 0 when is time to switch to the next one, from there i can also cut out the interactable function so should be the right way… anyone know a better way?