I’m trying to build a game for android but whenever I do no apk shows up in the destination folder. It used to work fine but now for some reason after updating the jdk and apk I’m getting all sorts of bugs. No errors show up but this is the only warning I can see that wasn’t there before that might be causing this.
error?:
Game scripts or other custom code contains OnMouse_ event handlers. Presence of such handlers might impact performance on handheld devices.
UnityEditor.HostView:OnGUI()
Is there a way to fix this?