Unity+plugin+for+joiplay+work Fixed «TRUSTED • REVIEW»

1. Understanding the Core Requirement

JoiPlay itself cannot run raw Unity builds (APK files are Android apps, not JoiPlay plugins).
To play a Unity game on JoiPlay, you need:

In short:
JoiPlay (main app) + Unity Plugin (separate app) + Your Unity game folder = Works unity+plugin+for+joiplay+work


The Future: Unity 2022+ Support and What’s Next

As of late 2025, the Joiplay team is working on a revamped Unity plugin using Android Vulkan backend and IL2CPP translation. Early beta versions can run simple Unity 2022.3 games, but 3D physics are still broken. The Unity game’s files (Windows build, not Android APK)

If you are a game developer wanting to ensure your Unity game works with Joiplay: In short: JoiPlay (main app) + Unity Plugin

Publishing a version for Joiplay can expand your reach to millions of mobile players without porting to Unity Android.


Problem 3: Input Lag or Controls Not Responding

Cause: The game expects a keyboard/mouse, but you are using touch. The Unity plugin maps taps to mouse clicks, but complex inputs (WASD, right-click) need manual setup. Fix:

Part 2: Pre-requisites – What You Need Before You Start

To make the Unity Plugin for JoiPlay work, you cannot simply download a single file and pray. You need the correct ecosystem. Here is your checklist:

  1. An Android Device (Version 7.0 or higher). While older versions work, Android 10+ offers the best stability.
  2. The Official JoiPlay App. Download from the official Patreon or GitHub. Warning: Avoid random APK download sites; they often contain outdated versions that break plugin compatibility.
  3. The Unity Plugin for JoiPlay (Specific Version). The plugin version must match the JoiPlay version. A v1.01 plugin will not work with JoiPlay v1.20.
  4. A Decrypted Unity Game Build. The game must be a standalone Windows build. Encrypted or obfuscated games (common in commercial titles) often fail. Look for the GameName_Data folder alongside the .exe.
  5. Patience. Not every Unity game works. Titles using Unity 2021.3+ or specific rendering pipelines (HDRP, URP) are less compatible than older Unity 2018/2019 builds.