Publisher | No Such Studio |
---|---|
File size | 1.50MB |
Number of files | 92 |
Latest version | 1 |
Latest release date | 2020-09-30 07:30:16 |
First release date | 2020-09-30 07:30:17 |
Supported Unity versions | 2018.4.2 or higher |
✨ Highlight UI for Unity
Highlight UI makes a single UI element or object pop out by covering the rest of the screen. It is perfect for creating tutorials and hint UI in your games.
⚡ Highlight UI Elements (RectTransform)
Easily highlight a UI elements (any object with a RectTransform component).
RectTransform myRT = ...;
HighlightUI.ShowForUI(myRT);
⚡ Highlight 3D Objects (Transform)
Easily highlight a 3D object. Highlight UI uses the target object's collider or renderer to figure out the screen extents of the object.
Transform myT = ...;
HighlightUI.ShowFor3DObject(myT);
⚡ Options to Customise Look and Feel
Highlight UI uses an overlay canvas to cover the rest of the screen. You can edit options in the Editor or modify the canvas hierarchy and its components to customize the looks of highlight UI and extend its functionality.
⚡ Quality documentation, Demo Scenes and Support
This package contains demo scenes and reusable prefabs to get you started. In addition I have made tutorial videos and articles to get you started as quickly as possible. Links at the top of the page.
Happy highlighting!