πŸ”˜Vibro Button

UI Button that has vibro on click event ready

How to use

Simply add this instead of default unity Button. Now you will have the same Button but with vibration type field.

Vibrations will be called onClick of Button.cs event.

Here is how it looks in inspector:

VibroButton in inspector
  • Vibration Type dropdown corresponds to vibration type on click (from NiceVibrations package);

  • Use Animation checkbox enables DOTween Button scale on pointer down and click;

  • Use Multi Image Tint checkbox enables Color Tint transition for all child graphics elements. Has no effect if transition is not "Color Tint".

  • Use Click Sound checkbox enables AudioManager force to play sound by "Click Sound" reference. See AudioManager how to setup SoundAudioClip reference.

Last updated