Solution Application.internetReachability is what you need. In conjunction with Ping, probably. using UnityEngine; public class InternetChecker : MonoBehaviour { private const bool allowCarrierDataNetwork = false; private const string pingAddress = "8.8.8.