Skip to content

Listen unity event, such as click, drag, pointer down/up. Also apply to 3d game object!

License

Notifications You must be signed in to change notification settings

Mr-sB/EventTriggerListener

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EventTriggerListener

Listen unity event, such as click, drag, pointer down/up. Also apply to 3d game object!

Usage

  • First of all, your scene must have an unity EventSystem game object.
  • If you want to listen 3d game object's event like UI event, your camera which render 3d game object must add Physic Raycaster component, and the 3d game object must add Collider conponent.
  • If you need a blank UI to listen event, you can use EventGraphic component which will not interrupt batch.

About

Listen unity event, such as click, drag, pointer down/up. Also apply to 3d game object!

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages