Implementing Google reCaptcha v3

Hey there!

I’m trying to implement reCaptcha v3 on my login system but I can’t seem to find info on how to implement it.

Any help/suggestions are very welcome

For anyone wondering, the only solution I was able to reach was compiling a React-Native app along Unity exporting the Unity project as a Gradle project. This way, reCaptcha v3 can run on the React framework.

2 Likes

Were you able to find any other solution? Compiling React-Native app seems a longer process. Is there any way one can do this directly in Unity with C#?