Hello,
Right now I’m working on creating a patch system for my game project working in both android and iOS by using UnrealEngine 4.81.
Also, I’m planning to use the new updated FrontEnd Tool for the project as well.
However, I have some issues for using the tool during the process to make the patch.
For example, in the editor of the Android(ETC1), apk, so, and obb file format have been created but in the FrontEnd tool, only a folder including uncompressed files has appeared.
In other words, the folder contained apk file and so file, but the entire folder and files, not the only one obb file, have been copied as a product by cooking,
So, how can I create a compressed obb file by using the FrontEnd tool?
And, are there any further explanations or video clips about using the FrontEnd tool?
It seems to be quite difficult for me to learn how to use the tool professionally by simply reading the document.
Thanks.