Version: Unity 6.7 Beta (6000.7)
LanguageEnglish
  • C#

QNX71NetworkStack

enumeration

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

Description

The network stack to build a QNX 7.1 player against.

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.

Properties

Property 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.