It was interesting to make a dedicated server for the series of RPG games on unity. Things like:
- Log in (account session);
- Add friends;
- Update player positions for other players;
- If someone kills an enemy, it disappears for all players until respawn;
Simple things that can give us some insight into how to grow in this aspect. It’s a little difficult to find good tutorials about dedicated servers.