This version of Unity is unsupported.
Method group is Obsolete

NetworkWriter.WritePackedUInt64

Obsolete The high level API classes are deprecated and will be removed in the future.

Declaration

public void WritePackedUInt64(ulong value);

Parameters

value Value to write.

Description

This writes the 64-bit value to the stream using variable-length-encoding.