Root configuration for loading
Contains a list of Groups that will be loaded

Loadable items are categorized into groups
The group has a list of load items and a collection of dependent groups
.png)
Single loadable element
Contains content to load and its dependencies
Each loadable class can specify which types are required to be dependent, required dependencies will show up in the inspector
There are multiple available types:
PrefabLoadItemDefinitionPrefabReferenceLoadItemDefinitionSerializedLoadItemDefinitionALoadItemDefinition and make a custom implementation.png)
ILoadable
UniTask Load(Action<float> progressCallback);
IDependencyOwner