Data

Network-serializable data records for the Network Factory system. Extends the base FactorableData with Unity Netcode's INetworkSerializable interface, enabling factory data to be transmitted over the network during spawning.

Architecture

spinner

Key Concepts

Concept
Description

NetworkFactorableData

Abstract record that bridges factory data with Netcode serialization

INetworkSerializable

Unity Netcode interface for custom binary serialization

BufferSerializer<T>

Netcode serializer — reads or writes depending on the T type parameter

Classes

Class
Description

Abstract record combining FactorableData with INetworkSerializable

See Also

Last updated