Unity - Scripting API: AssetLoadingSubsystem (original) (raw)

enumeration

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please try again in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Your name Your email Suggestion*

Cancel

Description

Subsystem tags for the read request, describing broad asset type or subsystem that triggered the read request.

Properties

Property Description
Other The subsystem where the read request originated is unknown.
Texture The read request originated in texture loading.
VirtualTexture The read request originated in Virtual Texturing.
Mesh The read request originated in mesh loading.
Audio The read request originated from an audio subsystem.
Scripts The read request originated in scripts.
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.
ContentLoading The read request originated in a Unity.Loading Content Loading subsystem.