You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refined to meet the requirements of a real game project.
Added optional debug notification for the completion of recursive loading iteration.
Updated the LoadArrayADAM function! Added optional debug notification for the completion of loading all data (works only with LoadArrayADAM and NotifyAfterFullLoaded). If NotifyAfterFullLoaded = true, the OnAllLoaded event will notify you when all data in the array has been fully loaded. The ADAM system will ignore duplicate checks (to prevent accidental unloading of necessary data through another thread), so all Data Asset duplicates with this setting will be controlled by the engine's base system.
Added a new delegate OnAllLoadedADAM, which reports the loading of all Data Assets at once. OnAllLoadedADAM works only if the NotifyAfterFullLoaded option is enabled, which is available only in the LoadArrayADAM function.