ItemViewDropAction to play sound on drag and drop in inventory

Grannyboy

Active member
The Inventory system seem to lack a ItemViewDropAction to play sounds on moving equippment in the inventory.
See this short clip for reference:

Would be awsome to be enable to play a unity event for draging and dropping items!
 
Thank you for the request.
I've added both an ItemAction and an ItemViewDropAction for playing audio.

In addition I've added a Unity event to both the drag and the drop handlers, as well as on the CursorManager.
That should hopefully make it a lot easier to hook up your own audio (or any other effects) easily.

Please find all the scripts attached
 

Attachments

  • PlayAudioClipItemAction.cs
    1.9 KB · Views: 2
  • ItemViewDropPlayAudioClip.cs
    1.2 KB · Views: 2
  • ItemViewDropHandler.cs
    15.9 KB · Views: 2
  • ItemViewSlotCursorManager.cs
    13.6 KB · Views: 2
  • ItemViewSlotDragHandler.cs
    7.4 KB · Views: 2
Top