Enum NetcodeConfig.AutomaticBootstrapSetting
ClientServerBootstrap to either be EnableAutomaticBootstrap or DisableAutomaticBootstrap.
Namespace: Unity.Netcode
Assembly: Unity.NetCode.dll
Syntax
public enum NetcodeConfig.AutomaticBootstrapSetting
Fields
| Name | Description |
|---|---|
| DisableAutomaticBootstrap | DISABLES the default Unity.Entities.ICustomBootstrap Entities bootstrap. |
| EnableAutomaticBootstrap | ENABLES the default Unity.Entities.ICustomBootstrap Entities bootstrap. |