Action Hold

Push and hold to do a thing ๐Ÿ’ก

Like what your seeing?

Support us as a GitHub Sponsor and get instant access to all our assets, exclusive tools and assets, escalated support and issue tracking and our gratitude. These articles are made possible by our GitHub Sponsors ... become a sponsor today!

Introduction

Part of the Interaction Tools of the UX Complete asset

Ever play a game that asked you to push an hold a button for some period of time to activate the action?

The Action Hold event componenets do just that and are designed to work with Unity's "new Input System"

This componenet is available in two flavors

ActionHoldGameEvent

For use with Heathen Game Events

ActionHoldUnityEvent

For use with standard Unity Events

Definition

Fields and Attributes

TypeNameNotes

InputAction

action

The action to monitor

float

holdTime

How long the action should be held

bool

useUnscaledTime

Should time scale be considered

Events

Start

Occurs when the action is first started to be held

Cancel

Occurs when the action is released before a complete

Complete

Occurs when the action is fully held for its duration

Progressed

Updated per frame noting the total progress

Last updated