I am making some 3D controls. One is a scrollable list, which can be part of dropdown as well. There is a toggle mesh to the right of list item container.
There are 2 shapekeys (could have also used bones instead) which rotates the toggle mesh one way or the other, and animation in the toggle’s parent class which calls them. It works, but unlike an action, the hover icon does not change.
Is there a way to do that without an action? It is really only for dev and desktops, XR is fine. More of just a nice to have.
Edit:
It has 3 sub materials, 1 for the sides(gold for now), & 1 for each face (initially both orange). Pick can get the sub material picked, thus avoiding a pick mesh (my war on the # of them). I also change to a red material for the direction picked for the duration of the animation.
It could be implemented as 3 meshes, but I am building very large displays (literally 3 meters high) with many controls. Think I get slightly better tradeoffs this way, & I do not have to an armature to animate if a single mesh.