Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GlobalTableDependency

This ContentFile can be passed as a dependency to ContentLoadInterface.LoadContentFileAsync or ContentLoadInterface.LoadSceneAsync to indicate that the external file dependencies should be resolved through the global PersistentManager table. For example, this could be used when the ContentFile references a file loaded through the PersistentManager such as "unity default resources".
Read time 1 minuteLast updated 10 days ago

Definition

  • Type: Property
  • Namespace: Unity.Loading
  • Assembly: UnityEngine.ContentLoadModule
public static ContentFile GlobalTableDependency { get; }