Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

LoadingStatus

enumeration

Description

The loading status of a ContentFile.

Properties

InProgressThe ContentFile is actively loading.
CompletedThe ContentFile has loaded successfully.
FailedThe ContentFile failed to load. Be sure to still call ContentFile.UnloadAsync to free internal resources.