Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


QNX71NetworkStack

The network stack to build a QNX 7.1 player against.
Read time 1 minuteLast updated 10 days ago

Definition

  • Type: Enum
  • Namespace: UnityEditor
  • Assembly: UnityEditor.CoreModule
public enum QNX71NetworkStack

Remarks

QNX 7.1 provides two network stacks, and Unity builds a separate player variation for each one. QNX 8.0 provides only io-sock, so it ignores this setting.
Selecting io-sock requires a QNX 7.1 SDK that provides the io-sock headers. A build against an SDK without them fails and names the SDK path in the error.

Fields

Value

Description

IoPktUses the io-pkt network stack, which is the default on QNX 7.1.
IoSockUses the io-sock network stack, which requires an io-sock enabled QNX 7.1 SDK.