AssetLoadingSubsystem
Subsystem tags for the read request, describing broad asset type or subsystem that triggered the read request.
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Enum
- Namespace: Unity.IO.LowLevel.Unsafe
- Assembly: UnityEngine.CoreModule
public enum AssetLoadingSubsystem
Fields
Value | Description |
|---|---|
| Audio | The read request originated from an audio subsystem. |
| ContentLoading | The read request originated in a Unity.Loading Content Loading subsystem. |
| EntitiesScene | The read request originated in a Unity.Entities scene loading subsystem. |
| EntitiesStreamBinaryReader | The read request originated in a Unity.Entities.Serialization binary reader subsystem. |
| FileInfo | A request for file information. |
| Mesh | The read request originated in mesh loading. |
| Other | The subsystem where the read request originated is unknown. |
| Scripts | The read request originated in scripts. |
| Texture | The read request originated in texture loading. |
| VirtualTexture | The read request originated in Virtual Texturing. |