Property DisableVisibleSubAssetRepresentations
DisableVisibleSubAssetRepresentations
Assume sub Assets have no visible asset representations (are not visible in the Project view) which results in improved build times. Sub Assets in the built bundles cannot be accessed by AssetBundle.LoadAsset<T> or AssetBundle.LoadAllAssets<T>.
Declaration
bool DisableVisibleSubAssetRepresentations { get; set; }
Property Value
Type | Description |
---|---|
bool |