It looks like you're looking for a Unity plugin that can be used with JoiPlay (the Android app for running RPG Maker and other game engines) specifically for lifestyle and entertainment genre games.
However, there's an important technical clarification to make first:
JoiPlay does not natively run standard Unity games — it primarily supports RPG Maker (XP/VX/VX Ace/MV/MZ), Ren'Py, TyranoBuilder, and HTML5.
Unity games require a different wrapper (like Unity Android build directly), unless you're using a Unity to HTML5 export + JoiPlay's WebView.
That said, if you're developing a Unity game targeting lifestyle sim / entertainment mechanics (dating sim, virtual pet, life management, idle, gacha, dress-up, etc.) and want it to be playable via JoiPlay on mobile, here's what you'd actually need: unity plugin for joiplay hot
| Plugin Version | Best For | Thermal Management | Adult Game Support | | :--- | :--- | :--- | :--- | | Official v1.0.3 | Simple 2D puzzle games | Poor (throttles quickly) | Limited (censors scripts) | | Beta v1.20.030 (The "Hot Fix") | Visual novels, low-poly 3D | Good – uses 30% less CPU | Full support for R18 events | | Community v2.1a (Leaked) | High-end 3D models | Excellent – frame limiter built-in | Unlocked – no script blocks |
Verdict: For the "hot" experience, search for Joiplay Unity Plugin Beta 1.20.030 or the v2.1a community build. These versions include a frame rate cap (set to 30 FPS by default) which drastically reduces thermal output.
⚠️ Warning: Do not download plugins from random YouTube links. The "hot plugin" is a prime target for malware. Stick to official Discord servers and trusted repositories like GitLab mirrors. It looks like you're looking for a Unity
Unity games are compiled for Windows (x86_64 architecture). Your Android phone uses ARM64. The plugin must translate every single instruction. This extra work pushes your CPU to 100% usage constantly, generating heat.
Before diving into plugins, let’s look at the "why." Lifestyle games thrive on long play sessions and daily "check-ins." Users don't want to sit at a desk to manage their virtual farm, romance characters, or build a dream home. JoiPlay allows you to distribute a standard PC build (.exe) that users can run on a tablet or phone via the JoiPlay app.
The Developer’s Win: You don’t need to build a separate Android APK. You maintain one codebase (Windows/Mac/Linux) and let JoiPlay handle the emulation. JoiPlay does not natively run standard Unity games
Unity games that use real-time lighting, shadows, or bloom effects are murder on JoiPlay. These effects are optimized for desktop GPUs, not mobile SoCs.
The audio decoder in the Unity plugin is single-threaded and runs hot. If the game doesn't rely on voice acting:
The biggest hurdle for PC-to-mobile ports is input. Lifestyle games often involve inventory management, navigating menus, and character interaction.