Skip to main content

Click does not work on ironSource test tool

images-medium

This is likely due to the project using Input.GetKey(KeyCode.Mouse0) to detect a mouse input. This feature is not currently supported.

Possible solution:

  • Replace any Input.GetKey(KeyCode.Mouse0) with Input.GetMouse(0).