Hey everyone. I'm trying to connect a Unity (game ...
# support-questions-legacy
n
Hey everyone. I'm trying to connect a Unity (game engine) client app with SuperTokens. Is there any documentation, examples or quick start guides on how to use C# on the frontend to authenticate with SuperTokens ?
r
Hey @nicktgn
For building out the auth UI, you can see the curl command tab in the code snippets on the frontend (it’s in the mobile code tab in custom UI)
And for session management, you can see the “handling session tokens” and scroll down to without our frontend SDK
n
Oh thanks. Found the session management section. But not sure where the curl command tab is. Could you please share a link?
r
See the custom UI docs
In there, you will see mobile code tabs
Those contain curl commands
Or else you can see the api spec directly. Visit the references section
n
Okay, found it.
Thanks again for the help. That looks like should be enough to get me started.
Are there any plans to have c# frontend SDK in the future ?
r
Probably next year. Not this year for sure
n
Got it. Thanks
Good to hear that it is being planned.
12 Views