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