+ (Add game)..exe file inside the game folder.Cause: Unity’s default target framerate is infinite, which drains batteries and causes thermal throttling. Solution: In JoiPlay’s game settings, enable "Limit FPS" to 30 or 45. Also, reduce "Resolution Scale" to 75% or 50%. For touch controls, disable "Hardware Acceleration" if the screen flickers.
If your game crashes immediately, try these community-tested fixes:
You cannot install the Unity plugin via the Google Play Store. The core JoiPlay app is on Play, but the plugins are distributed via the official Patreon or GitHub.
Warning: Always download from the official JoiPlay Patreon or GitHub repository. Third-party sites often bundle malware. joiplay unity plugin
Before diving into the plugin, we need to understand the host. JoiPlay is an Android application that simulates the APIs of Windows-based game engines. It is not a virtual machine (which is slow and heavy) nor an emulator in the traditional sense. Instead, it reinterprets the game’s scripts and assets to run using Android’s native hardware.
The core app supports:
But Unity games are different. They are compiled into C# binaries (Mono or IL2CPP) and require a specific runtime environment. The core JoiPlay app cannot run a Unity .exe file alone. It needs the JoiPlay Unity Plugin. Open JoiPlay → tap + (Add game)
Install the Unity Plugin APK just like any other app. Do not open it directly—it has no launcher icon. It simply registers itself with JoiPlay.
Download and install JoiPlay from the Google Play Store or the official Patreon link. Do not open it yet.
To understand the plugin, you first need to understand the architecture. Joiplay acts as a "shell" or a front-end loader. It is not a universal emulator like a Nintendo Switch emulator. Instead, it interprets the code of PC games to run on the Android architecture. Tap ADD
The Joiplay Unity Plugin is an add-on. You cannot run a Unity game using the base Joiplay app alone. Because Unity games rely on a completely different engine architecture (Mono/IL2CPP) compared to RPG Maker or Ren'Py, Joiplay requires this specific plugin to "translate" the game's instructions so your Android phone can understand them.
Essentially, it attempts to run the Windows version of the Unity executable within an Android environment using a compatibility layer similar to Wine (but heavily modified).