Version: 2021.2
LanguageEnglish
  • C#

PlayerSettings.WSACapability.InternetClient

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Switch to Manual

Description

Allows your application to receive incoming data from the internet.

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.