Is it possible to add a second image to a Tab’s header? Or to replace the entire Tab content with my own template? I refer to this:
I would like to add a second image so that my tabs have two icons (one to the left and one to the right).
Is it possible to add a second image to a Tab’s header? Or to replace the entire Tab content with my own template? I refer to this:
I would like to add a second image so that my tabs have two icons (one to the left and one to the right).
There seems to be a property for said tab header visual element: Unity - Scripting API: UIElements.Tab.tabHeader
So should be pretty straight forward to insert your extra element. Probably worthwhile to just write your own quick visual element that extends UnityEngine.UIElements.Tab to bake this functionality in.
Whoops, I missed that, lol!. Thank you!
![]()