• Image
  • Image
  • Image
  • Current Version: 1.0: 2020-09-30T07:30:16Z
  • First Published: 2020-09-30T07:30:17Z
  • Size: 1575184
  • Supported Unity Versions: 2019.3.13
templates systems

Highlight UI (Tutorial / Hint UI)

(3 Votes)
$6.43 $6.43

Manual | Discord | Forum


✨ 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!


Add to cart
This site contains affiliate links, which means that we can receive a commission if you click on a link and buy something that we have recommended.
Although clicking on these links will not cost you anything, they will help us finance our development projects while recommending good products!