Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


LoadingStatus

The loading status of a ContentFile.
Read time 1 minuteLast updated 6 days ago

Definition

  • Type: Enum
  • Namespace: Unity.Loading
  • Assembly: UnityEngine.ContentLoadModule
public enum LoadingStatus

Fields

Value

Description

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