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:
- The Unity game’s files (Windows build, not Android APK).
- The “Unity for JoiPlay” plugin – a separate app that acts as a runner for Unity games inside JoiPlay.
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
- Build using Mono runtime, not IL2CPP
- Target Unity 2020.3 LTS
- Avoid the Universal Render Pipeline (URP)
- Use Legacy Input Manager
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:
- Open JoiPlay’s in-game overlay (swipe from left edge of screen). Tap the controller icon.
- Map on-screen buttons to keyboard keys. For example, map the left analog stick to WASD.
- Enable "Right-click" by assigning a two-finger tap or a dedicated button.
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:
- An Android Device (Version 7.0 or higher). While older versions work, Android 10+ offers the best stability.
- 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.
- 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.
- 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.
- 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.