Do I need Captcha in Unity?

Hello,

I have a registration form inside my Unity game and I thought I should add an “I’m not a robot” captcha.

Do I need it at all and is there a way to add it?

Thanks.

I’m looking for same solution.
Did you find something?

I am also looking for the same. Is there any Asset or something?

Do you need it, not really, however if you would like to add one just download a captcha picture and put it where you want it and add a small invisible button on the box. You could probably also add a check that appears or moves from outside your vision to the desired cord, then make an if statement or something to check if the button is pressed and if it equals true spawn or enable a button (I know this isn’t very helpful but it’s the best I’ve got)