barebones-masterserver
barebones-masterserver copied to clipboard
Master Server framework for Unity
Now that Unity has deprecated UNet (https://blogs.unity3d.com/2018/08/02/evolving-multiplayer-games-beyond-unet/), are there any plans on switching out the UNet dependencies to another transport layer? I suppose just upgrading to whatever libraries Unity comes...
How can I fix this error ? "Failed to setup LiteDB. Try removing generated database files, because we've switched to V2 of LiteDB instead of V3. This caused files, generated...
Hey I often get "Failed to confirm access token" but sometimes not! What is the problem?
does multiple CPU matter when hosting the server spawner? will each process be balanced between multiple CPUs? or would a VPS with multiple CPUs be worthless?
I am using MySql database with barebones. It saves my passwords as encrypted text in database, for example: 1000:H4hJ2ZX5CYQ4lTrs+ZAWemznz7OZgITl:MNW6M2O//hDNGG7EIQsNUJEyJp/Z5CCG Can anybody tell which kind of encryption is this?
I have primarily been following this tutorial: https://github.com/alvyxaz/barebones-masterserver/wiki/Tutorial:-Building-to-Linux-VPS I have both the master and the spawner running on a t2.micro Red Hat Linux ec2 instance. I know for certain that...
Hi, First thank you barebones for such an amazing framework! Still I have some problems finding out how to access usernames and also profile values inside game server. Any help...
After having a 92-emails conversation with unity support's guys, we found out that the analytics events (both custom and standard, such as "app run") are not sent from the game...
Anyone tried ?
I'm getting a socket error on the master server when a room attempts to connect: > 'The header part of a frame cannot be read from the data source' I'm...