Triggers device vibration.
// Press button to vibratefunction OnGUI () { if (GUI.Button (Rect (0, 10, 100, 32), "Vibrate!")) Handheld.Vibrate ();}