Unity Plugin For Joiplay
using System.IO; using UnityEngine;
If you want to play a Unity game on Android, your options are: Official Port Unity Plugin For Joiplay
Thus, the plugin is a set of C# scripts you embed in your Unity project building the PC version. using System
Installing the plugin is straightforward, but it requires a specific order of operations to function correctly. your options are: Official Port Thus
Your PC game expects a mouse and keyboard. You must map touch to mouse in your code. The plugin provides a script: JoiplayInputHandler.cs . Attach this to your Camera or EventSystem.