Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


InternetClient

Allows your application to receive incoming data from the internet.
Read time 1 minuteLast updated 10 days ago

Definition

  • Type: Field
  • Namespace: UnityEditor
  • Assembly: UnityEditor.CoreModule
InternetClient = 1

Remarks

This does not allow access to the local area network and does not enable the application to act as a server. To allow your application to access the local area network, set the privateNetworkClientServer capability. To allow your application to both send and receive data, set the internetClientServer capability. This capability gives the application access to sensitive data.