Touch sensitivity

Hi everyone ,i would like to know , is there a way to access and set the touch sensitivity on andoid for my game , thanks .

touch sensitivity (pressure sensitivity) isn’t a hardware feature on a lot of phones, are you working with a note 2 or something?

i could be wrong, but i don’t believe there is a native unity function for this, what you could do is write an android plugin that gives you access to this value

I’m actually developping an “Asus pad” game and i would like to make the player sets his own finger sensitivity in the game menu … as he sets music volume … and yes i would like to wright a plug-in that does this for me , could you please give some tips on how this could be done ,for exemple is that somehow relatedto the touch.deltatime or something ? thnx .

i don’t know the specific code for android for pressure sensitivity but yes you like would would be able to use delta touch to adjust it

Well in some devices there is a place to set your touch sensitiveness. But now most of the latest devices do not have that opportunity. It depends on the device. And if the device does not have that feature then there is no way of making it.