Mini Games

Hello, Unity

I have been developing a game where you can play multiple minigames with friends. I was wondering what you guys think of this idea and what networking solution I should use if I want to allow players create their own custom server.

Thank you,
WolfTech

Sounds like a cool idea. I’ve had several simlar ideas that I never actually started. For networking I’d recomment Photon Networking. Their free version allows for 20 concurrent users which sounds like plenty if you’re planning on only playing with friends.

Here’s a link to their website: Multiplayer Game Development Made Easy | Photon Engine
Here’s a link to their Unity plugin: Unity Asset Store - The Best Assets for Game Making

I have been playing around with Photon and it seems powerful. I was wondering if I could allow others to host their own servers with Photon. Is the 20 users per server? It will also be with randoms not just friends as I want to make a server list that allows others to join a random game or just host their own server.