Version: 2022.3
LanguageEnglish
  • C#

AssetLoadingSubsystem

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 <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Description

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

Properties

OtherThe subsystem where the read request originated is unknown.
TextureThe read request originated in texture loading.
VirtualTextureThe read request originated in Virtual Texturing.
MeshThe read request originated in mesh loading.
AudioThe read request originated from an audio subsystem.
ScriptsThe read request originated in scripts.
EntitiesSceneThe read request originated in a Unity.Entities scene loading subsystem.
EntitiesStreamBinaryReaderThe read request originated in a Unity.Entities.Serialization binary reader subsystem.
FileInfoA request for file information.
ContentLoadingThe read request originated in a Unity.Loading Content Loading subsystem.