Hello there, I would like to know if there is any way possible to simulate a keypress without pressing the actual key. For example if an object collides with another object , simulate key A from keyboard. I have tried using the plug-in from http://inputsimulator.codeplex.com, and it works fine on a windows environment but cant be used on android devices . Is there another solution ?
Couldn’t you just have a function called when you press ‘a’, and then call that function when you want to simulate the press?