If you wanted to check documention for Classic
⬆️ Get the tool
▶️ T CreateLoadingProcedure<T>(string filePath, MonoBehaviour monoBehaviour, Func<string, Type, object[], object> customJsonFunction = default, object[] customJsonDeserializationArgs = null) where T : MEALoadingProcedureBase
▶️ T CreateLoadingProcedure<T>(byte[] fileBytes, MonoBehaviour monoBehaviour, Func<string, Type, object[], object> customJsonFunction = default, object[] customJsonDeserializationArgs = null) where T : MEALoadingProcedureBase
▶️ AssetEntryMEA GetEntry<T>(string name)
▶️ AssetEntryMEA GetEntryValue<T>(string name)
▶️ AssetEntryMEA[] GetAllEntries<T>()
▶️ T[] GetAllEntryValues<T>()
▶️ AssetEntryMEA[] GetAllEntriesWhere<T>(Func<AssetEntryMEA, bool> predicate)
▶️ T[] GetAllEntryValuesWhere<T>(string zipPath, MonoBehaviour monoBehaviour)
▶️ bool TryGetEntry<T>(string name, out AssetEntryMEA assetEntry)
▶️ bool TryGetEntryValue<T>(string name, out AssetEntryMEA assetEntry)
▶️ Assembly GetReferenceAssemblyByName(string name)
▶️ Type GetTypeFromRefDlls(string name)