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