Class NetworkSimulatorPresets
Static class containing the built-in presets to configure and simulate network conditions.
Inherited Members
Namespace: Unity.Multiplayer.Tools.NetworkSimulator .Runtime
Assembly: solution.dll
Syntax
public static class NetworkSimulatorPresets
Fields
Name | Description |
---|---|
Home |
Preset that simulates a typical home broadband connection. |
Home |
Preset that simulates a cable home broadband connection. |
Home |
Preset that simulates a congested home broadband connection which is being used around its maximum capacity by multiple devices. |
Home |
Preset that simulates a DSL home connection. |
Home |
Preset that simulates an optical home broadband connection. |
Home |
Preset that simulates a satellite home connection. |
Mobile2G | Preset that simulates a typical 2G mobile connection. |
Mobile2_5G | Preset that simulates a typical 2.5G (GPRS) mobile connection. |
Mobile2_75G | Preset that simulates a typical 2.75G (EDGE) mobile connection. |
Mobile3G | Preset that simulates a typical 3G mobile connection. |
Mobile3_5G | Preset that simulates a typical 3.5G (HSDPA/H) mobile connection. |
Mobile3_75G | Preset that simulates a typical 3.75G (HSPA+/H+) mobile connection. |
Mobile4G | Preset that simulates a typical 4G (LTE) mobile connection. |
Mobile4_5G | Preset that simulates a typical 4.5G (LTE+) mobile connection. |
Mobile5G | Preset that simulates a typical 5G mobile connection. |
None | Preset with no network simulation applied. |
Values | Contains all available network preset values. |