AssetBundle.isStreamedSceneAssetBundle

public bool isStreamedSceneAssetBundle;

Description

Return true if the AssetBundle contains Unity Scene files

An AssetBundle can store either Scenes or Assets, never a mix of the two.

A "Streamed Scene AssetBundle" is simply a term for an AssetBundle with one or more Scenes inside it.

Additional resources: AssetBundle.GetAllScenePaths


Did you find this page useful? Please give it a rating: