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
Copy file name to clipboardExpand all lines: README.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,10 +10,14 @@ ADAM is a plugin for Unreal Engine 5 that adds a subsystem for asynchronous load
10
10
> The plugin has been pre-packaged only for Win64 and Android.
11
11
12
12
# Latest Updates
13
-
`Version 1.2`
13
+
`Version 1.2.1`
14
14
- Build version for Unreal Engine 5.5.
15
15
- Refactoring and optimization of the code.
16
-
-`NEW!` Added Support for Recursive Loading. This feature enables recursive loading, meaning if you have a Data Asset that contains other Data Assets, and so on, enabling the recursive loading option will load the entire nested collection into memory. The data will be filtered to prevent duplicate entries.
16
+
- Added Support for Recursive Loading. This feature enables recursive loading, meaning if you have a Data Asset that contains other Data Assets, and so on, enabling the recursive loading option will load the entire nested collection into memory. The data will be filtered to prevent duplicate entries.
17
+
18
+
<br>
19
+
20
+
- The typo in the function parameter comment hint has been corrected.
17
21
18
22
## What it's for
19
23
- Load and unload Data Assets asynchronously using simple functions.
0 commit comments