Unity Plugin For Joiplay Patched
JoiPlay forwards touch as mouse clicks, but often with wrong coordinates or missing right-click.
| Feature | Support | |---------|---------| | Audio (Unity Audio) | ✅ Works | | Video (VideoPlayer) | ❌ Often broken | | WebGL | ❌ Not applicable | | IL2CPP | ❌ Avoid | | Asset Bundles (local) | ✅ Works | | Asset Bundles (streaming) | ⚠️ May fail due to path issues | | Shaders (Standard) | ✅ Works | | Custom native plugins (DLL) | ❌ Only pure C# managed plugins | | Input System (new) | ⚠️ Partial — use old Input Manager | Unity Plugin For Joiplay
// Single tap = left click if (Input.touchCount == 1 && Input.GetTouch(0).phase == TouchPhase.Began) JoiPlay forwards touch as mouse clicks, but often
SimulateMouseClick(Input.GetTouch(0).position, 0); JoiPlay forwards touch as mouse clicks
The Unity Plugin is a separate APK file.
As of April 2026, there is no official or widely recognized Unity Plugin