Hi community, i having a problem, im making a android games, but i dont use the TouchButtonLogic, i simply use the OnMouse_ and Input.GetMouseButton_ , i use that function in alot of my game object, its working perfectly, but when i build and run, when i run my app (after installed it as an apk) my player was lost when i press a button to Instantiate him, i dont know why. he just dissapear, so i add some color quad when i instantiate him so i know if that Instantiate function its working, and there is the quad, but no player,i’ve working on this for like 2 days and im so sad right now, Guys please help me. i thanks alot for all helping. Thank you for reading. :(:(
Are you setting Input.simulateMouseWithTouches to true and Input.multiTouchEnabled to false? I think you will need both of those setting for mouse emulation to work.
Worth a try
Ok i will try it now thanks alot
it doesnt work , i’m so sorry, i put it in the player code
Input.simulateMouseWithTouches = true;
Input.multiTouchEnabled =false;
its doesnt work. so sorry