Can't use mouse in Windows Phone 8.1 emulator
Hi. I'm making a windows phone 8.1 game. Build for device works pretty fine, but when i launch it in the emulator, mouse clicks are not being detected. I want mouse clicks in emulator to work similarly to taps on the device, how can i do it?
I use Universal 8.1 SDK and "Local Machine and Windows Phone" in the build settings. My version of Unity is 5.2.0f2.
Answer by denis1494 · Aug 27, 2015 at 09:24 AM
Solved! Had to define MOUSE_INPUT in other settings in project settings window while building
Hello! I have unity 5.2.1 and your solution doesn't help. Do you mean $$anonymous$$OUSE_INPUT in other settings in "Player Settings" ?
Answer by ottolb · Oct 13, 2015 at 03:12 AM
For me it doesn't work. You mean the Scripting Define Symbols in other settings tab?
I'm using unity 5.1.3 by the way.
Your answer
Follow this Question
Related Questions
Teleporting 2D object once 1 Answer
What I do wrong ? (OnMouseDown) 1 Answer
Problem with Mouselook script 0 Answers
TopDown Look at mouse 0 Answers