Changelog
Here you can follow the changes that came with each version update.
1.0.0
First release of the Tooltip System.
β¨ Features
β Flexible tooltip rendering for both UI and World Space.
β Built-in support for:
Text-based tooltips
Sprite and data-driven value display
Multiple tooltip behaviors (delay, follow cursor, static, etc.)
β Supports Screen Space, World Space, and custom layout logic.
β Modular architecture with base classes for:
Tooltip data (
ATooltipInformation
)Tooltip UI (
ATooltipUI
)Layout/placement strategies
Animation control
β Editor customization and inspector tooling (tabbed UI, tooltip detector config).
β Optional tooltip object detection via raycasting or component-driven logic.
β Works with pooled objects and prefab instantiation.
Last updated