Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 384 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 384 Bytes

Action-Handler

Couple single scripts to handle what should happen after certain actions.

Collision setUp

Add OnCollisionEnterHandler to object with collider. Simple add action like in default unityButton.

  1. Play Once will remove Action from gameobject after first action.
  2. PlayerCollision will play only after collisions with objects with tag "Player".