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: docs/en/manuals/live-update.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -92,6 +92,10 @@ Each entry has a `path` which represents the unique path of the resource within
92
92
93
93
You can parse the `game.graph.json` file and use this information to identify groups of entries in the resource graph and store their corresponding resources in separate archives along with the original manifest file (the manifest file will be pruned at runtime so that it contains only the files in the archive).
94
94
95
+
## Live Update on Android
96
+
97
+
It is possible to use Play Asset Delivery to download and mount Live Update content. Learn more [in the offical manual](https://defold.com/extension-pad/).
98
+
95
99
## Content verification
96
100
97
101
One of the major features of the live update system, is that you can now use many content archives, potentially from many different Defold versions.
0 commit comments