using UnityEngine; public class Tester : MonoBehaviour { void Start() { Vibrator.Vibrate(); Vibrator.Vibrate(1000); } }