Cargo Features

naia-client has no features set by default.

[dependencies]
naia-client = { version = "0.23.0", features = ["wbindgen", "mquad", "bevy_support", "zstd_support", "transport_webrtc", "transport_udp"] }
wbindgen

Enables wbindgen of optional naia-client-socket and naia-shared

mquad

Enables mquad of optional naia-client-socket and naia-shared

bevy_support

Enables bevy_support of naia-shared

zstd_support

Enables zstd_support of naia-shared

transport_webrtc = naia-client-socket
transport_udp = local_ipaddress

Enables advanced_handshake of naia-shared

naia-shared:

this should be used when the underlying transport does not handle it for you (i.e. UDP)

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

naia-client-socket transport_webrtc?
local_ipaddress transport_udp?