Tasharen Entertainment Forum
Support => NGUI 3 Support => Topic started by: n0mad on October 16, 2012, 07:19:04 AM
-
As title says, there has been a change in 2.2.3 where only setting use Touch for UICamera doesn't register mouse clicks anymore in Editor mode.
I can understand the logic behind this, but as there is no Touch input in Editor mode, the "old way" was perfect to avoid enabling a Mouse detection in a mobile only build.
Is there an option to tell NGUI to simulate Touch with mouse in Editor only ?
-
Fix Unity remote, break touch simulation. It's pretty much one or the other due to how Unity Remote works. Without Unity fixing Unity Remote to no longer send both touch and mouse events, I don't see an alternative.
-
Btw keep in mind on iOS and Android useMouse is automatically set to 'false', so you can keep it enabled in the editor for testing.
-
Btw keep in mind on iOS and Android useMouse is automatically set to 'false', so you can keep it enabled in the editor for testing.
Ah ok, that's perfect then ;)
Thanks !