Facebook does not accept an ad due to no clicks
This is could be because Facebook has not implemented touch so it doesn't detect it.
Possible solution:
- Rather than touch, use
input.GetMouseButtonDown
orinput.mousePosition
instead.
This is could be because Facebook has not implemented touch so it doesn't detect it.
Possible solution:
input.GetMouseButtonDown
or input.mousePosition
instead.