Hi,
I am creating a game that needs to work with accessibility services. My problem is that input does not work in Unity when talkback is turned on. I don’t need to select any UI controls or something fancy, just regular Unity’s input . The only solution I’ve found so far is to ask user to disable talkback…
Does somebody have fixed this or know aworkaround for this issue?
Hi,
you are likely running into this issue Unity Issue Tracker - [Android] When filter is used on android screen Unity apps ignore touch events
If you are using an older Unity version than 2017.2, make sure you are using 5.5.4p2, 5.6.2p2, 2017.1.0f3 or newer version in appropriate major cycle. If you are using 2017.2, make sure “Filter Touches When Obscured” in Player Settings > Other Settings > Configuration is not selected.