Easy Android Vibration


An easy way to start and stop any vibration with just one line of code!

An example is vibration for 3 seconds.
...


by FreeBacon


Price History +

An easy way to start and stop any vibration with just one line of code! An example is vibration for 3 seconds. EasyVibro.Vibrate(3000L); Stop all vibrations EasyVibro.Cancel(); Turn it on for three second, wait two seconds, and turn it back on for three second, repeate 1 time EasyVibro.Vibrate(new long[] { 3, 2, 3 }, 1); No Java code! If you want to change something - you do not need to do anything on Java, everything is inside Unity and does not depend on the version of the Unity or Android. Includes a demo .apk file! Just run and vibrate!