Not sure if a bug or intended behavior, but I have an avatar with many nested submenus.
I'm trying to use a single integer parameter to keep track of which menu is open on both parent and child menus.
Say the topmost menu contains a single submenu, and I set this parameter value to 1 when this menu is selected. Then, I have a nested child of the first submenu, and when I select the nested child, I want to set the parameter value to 2.
Instead, when I select the nested child, the parameter value is set to 0 and I get kicked back to the top menu instead of entering the submenu.