SCI-FI MMO (UNITY UI POC)

Опубликовано: 21 Август 2026
на канале: Ryan Avent
16
1

This is a POC front Unity Client for MMO backend which is fully standalone built on PostgreSQL (Neon serverless) and all communication is done via rest API / websockets.

This is just a POC to see how difficult it was to hook up, the process you see here is authentication working via the unity Auth service / (in this example logs me in via steam), then by reaching out to my server auth endpoint it confirms access / returns a list of commanders for your user or if no user is found a new one is provisioned and linked to your platform id.... (This also works for other platforms PlayStation, Xbox, switch.

I have also added a way for users to have multi platform support and access the same account, for example if user has the game on PS5 and on Switch.