Hovercard
What to know when customizing the hovercard.
The Skill Hovercard UGUI can be customized through the hierarchy like any other UI object. Ensure the component's required properties have valid references.
It's actually recommended to customize this component, as the Skill Hovercard UGUI is just a default customization of the HovercardUGUI
class.
Customize Content
If you'd like to change the content displayed on the hovercard, it will require some scripting. See Customize Hovercard.
Last updated