Click does not work on ironSource test tool

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)withInput.GetMouse(0).