Hello!
What would be the best way to make “automatic” server with UNet.
Example:
- Server holds players in lobby until
(X) number of players is reached. - Server starts the game.
- When player dies, server kicks him.
- Server gives reward to last player alive.
- Server restarts/stops.
Is this possible with HLAPI?