SuppressLoadableErrors
Suppress the error reported when a LoadableObjectId or LoadableSceneId is encountered during a Player build.
Read time 1 minuteLast updated 9 days ago
Definition
- Type: Field
- Namespace: UnityEditor
- Assembly: UnityEditor.CoreModule
SuppressLoadableErrors = 16777216
Remarks
Use this when migrating between build pipeline backends when assets legitimately have Loadable references, but the same content is also included in the Player. The references still resolve to null in the resulting build; this flag only silences the error log to keep the build usable.