c# - integrate paypal payment with unity -
i want add paypal payment through unity without direct users web browser @ all.
https://devtools-paypal.com/guide/pay_paypal/dotnet?interactive=off&env=sandbox
i looked @ tutorial @ step 3 user asked go through web browser log in, there way log in process directly .net / c# code through unity
thank you
as far know possible including browser (cause security reasons). c# has webbrowser class, modify, user thinks it's in game.
other thing can try http request via c# pass username , password website (but don't know if possible paypal).
Comments
Post a Comment