Skip to content

TMPxyz/ATips

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ATips

A Tips impl. for UnityGUI

xxx

Installation

import all the .cs files in "Assets/ATips" into your project.

Guide

Check the "Assets/ATipsExample.unity" for how to config the tips' position & visual settings;

Config tooltip content

  • Add "ATipsTrigger" to an UI element with "Raycast Target" enabled;
  • Set tooltip content in ATipsTrigger component's "Content" field in inspector;

Tips setting

  • Just copy how the tips ui element is assembled in the example scene (transform path=CanvasTips/Tips)
  • The default setting will auto-position the tips around pointer;
    • If you want to customize the tips positioning, check the "FixedTips" and "BottomRightTips"

Releases

No releases published

Packages

No packages published

Languages