Property DynamicAssemblyList
DynamicAssemblyList
Treat the set of assemblies loaded on the client / server as dynamic or different. This is only required if assemblies containing ghost component serializers or RPC serializers are removed when building standalone. This property is read in OnUpdate, so it must be set before then. Defaults to false, which saves 6 bytes per header, and allows RPC version errors to trigger immediately upon connecting to the server (rather than needing to wait for an invalid RPC to be received).
Declaration
public bool DynamicAssemblyList { get; set; }
Property Value
Type | Description |
---|---|
bool |