Highlight UI for Unity

    Highlight UI is a beginner-friendly asset for Unity. You can highlight UI elements and 3D objects to make them pop out and guide the user to focus on and interact with them. It is the perfect asset for creating great tutorials and hints UI for your games.

    screenshot

    Geting Started

    You can get Highlight UI from Unity Asset store. Asset Store Page

    To learn how to use the asset, visit the Manual page.

    Why UI Highlight

    ⚡ Easily Highlight UI Elements and 3D Objects

    Highlight any UI element with a single line of code.

    HighlightUI.ShowForUI(myUIElement);
    

    Highlight any 3D object with a single line of code. UI Highlight can figure out object's bounds either from the colliders or the mesh.

    HighlightUI.ShowFor3DObject(myTransform);
    

    ⚡ Extensible

    You can extend and customize the look and feel of the highlight UI.

    ⚡ Tutorials, Demo Scenes and Good Documentation

    This asset 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.

    Back to top Generated by DocFX