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