This version of Unity is unsupported.

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.