Network messages used by the Network Factory system for spawn synchronization. These messages carry spawn request data between server and clients via Unity Netcode's custom messaging system.
Architecture
Data Flow
Key Concepts
Concept
Description
NetworkFactorySpawnMessage
Lightweight struct carrying owner ID, prediction flag, and variant/data identifier
INetworkSerializable
Unity Netcode interface enabling custom binary serialization over the network