Unity tips, Communicate with SQL server and Handle Oauth2

I’m having trouble finding ways to use Unity as our primary platform due to our need to communicate with our SQL server on Azure. We are primarily using Razor pages with a desire to move to React, but I feel like Unity should be able to accomplish these things. I just don’t feel like Unity either has the tools to do what I need it to do or I’m not aware of them.

That’s what it takes me through the forums. Maybe the community knows better how to solve this.

Here is a list of some of the things that my team needs to be able to do, if you know any tip, I’ll be immensely grateful.

  • Communicate with SQL server (or another relational database): We aren’t using any PHP in our project, but we can set up REST endpoints to behave similarly. I was hoping there was a more direct integration.

  • Handle Oauth2 authentication and token/cookie management

  • Scale the UI responsively

Thanks in advance

So far PhP is way to go, as far I am aware.
Is simple, qucik and secure. You just handle send receive queries.
It keep communication at safe level, since main security is on PhP side .
You don’t want to open backdoor for accident SQL injection.
For example, if somebody hack the Unity code.

1 Like