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.GetMouseButtonDownorinput.mousePositioninstead.
This is could be because Facebook has not implemented touch so it doesn't detect it.
Possible solution:
input.GetMouseButtonDown or input.mousePosition instead.