Property EnableSafetyChecks
EnableSafetyChecks
Enables safety checks for multiplayer roles. When entering play mode or building scenes, the editor will check and warn about any stripped GameObject or Component that is referenced by other objects and that can potentially cause null reference errors.
Declaration
public static bool EnableSafetyChecks { get; set; }
Property Value
Type | Description |
---|---|
bool |
Remarks
Disabling this option could improve the performance of entering play mode or building scenes.