How to use a same button/key to start `Move` and end `Move` Item Action

Justus

Member
Considering this use model:
- we are using a XBOX controller now.
- Button A is for UI Submit
- Button B is for UI Canel
- Button Y is for toggle Item Action equip/unequip
- Button X is for Moving Item Action, start with button X, end with button X
- Button A will not end the Move action

1651908741177.png

I don't know whether we could do this with current UIS. If not, maybe an enhancement is necessary.
 
You'll probably need some custom scripts but nothing very complicated. All you really need is a script that handles your input and calls the right functions. You can call ItemActions from anywhere, you don't need an ItemActionBinding, you can make your own.
 
Top