Easy Network Check

A useful plugin to check your device’s current network status.

Technical Stuff

Engine :

4.27.2 - 5.4.1 - 5.5.4 - 5.6.1

Platform :

Android - iOS - Window - Mac - Linux - Xbox - PS4/PS5

Update On : 1 November , 2025

iOS Setup

Project Setting / iOS / Plist

On the addiction plist info, Add this line of code

				
					<dict>
    <key>NSAllowsArbitraryLoads</key>
    <true/>
</dict>
				
			

Power By Tec Dev Studio

Android Setup

Project Setting / Platforms / Android

On the Extra Permissions, add this line of code

				
					android.permission.INTERNET

android.permission.ACCESS_NETWORK_STATE
				
			

Power By Tec Dev Studio

Other Setup

Current there no need any extra setup

Power By Tec Dev Studio

Code Use / Plugin Use

Full Example

Power By Tec Dev Studio

Code Use / Plugin Use

1: It's a dynamic cross platform work code
2: You have to call it first
3: On Bool output if it's = True it will work
4: On Bool output if it's = False it will not work

Power By Tec Dev Studio

Code Use / Plugin Use

1: It's a dynamic cross platform work code
2: You have to call it after above img code
3: On Bool output, if it's = True, then the game is connected to the network
4: On Bool output,t if it's = False then the game is not connected to the network
5: Network Status logs it will give you logs
6: Preset Logs, it will give you preset network logs in a string

Power By Tec Dev Studio

Code Use / Plugin Use

1: It's a dynamic cross-platform work code
2: You can call it anytime. It gives your current device network ping.
3: Out ping will give you the ping value
4: Ping status gives you a print in a string
5: Quality Rating will tell you the network health

Power By Tec Dev Studio

Code Use / Plugin Use

Example Use of the Ping Checker

Power By Tec Dev Studio

QNA ?

Does this plugin work Android - IOS - Windows - Mac - PS4 - PS5 - XBOX ?

ANS : Yes

Can it detect mobile data & Wi-Fi, and a hotspot?

ANS : Yes

Does it work on the source build engine ? / Multiplayer ?

ANS : Yes, and multiplayer to

Power By Tec Dev Studio

Discord Support
Email : service@stroyedstudio.com

Scroll to Top