Released Froola

Froola https://github.com/ayumax/Froola Froola is a tool I created for testing Unreal Engine code plugins on multiple platforms simultaneously and generating plugin packages. Originally, I had developed several UE plugins that supported Windows and Mac platforms, which made package creation a tedious process each time. This is because in a Windows environment, you can create packages for Windows, Android, and Linux, but not for Mac and iOS. Therefore, I had to build the plugin in both Windows and Mac environments, and then combine them to create a single plugin package. ...

2025-05-05 · 7 min · 1299 words · ayumax