CreateFromMemoryImmediate(byte[])
Synchronously create an AssetBundle from a memory region.
Read time 1 minuteLast updated 5 days ago
Definition
- Type: Method
- Namespace: UnityEngine
- Assembly: UnityEngine.AssetBundleModule
public static AssetBundle CreateFromMemoryImmediate(byte[] binary)
Parameters
Returns
Type | Description |
|---|---|
| AssetBundle |
Remarks
Method CreateFromMemoryImmediate is obsolete and has been renamed to AssetBundle.LoadFromMemory.