Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


assetBundle

Asset object being loaded (Read Only).
Read time 1 minuteLast updated 4 days ago

Definition

  • Type: Property
  • Namespace: UnityEngine
  • Assembly: UnityEngine.AssetBundleModule
public AssetBundle assetBundle { get; }

Remarks

Note that accessing asset before AsyncOperation.isDone is true will stall the loading process.