- Home /
 
I really need help with this multiplayer issue.
Hello. I have made a game but I do not want to publish it for reasons. How would I make this online multiplayer and play this with just my friends? In another word, how can I share my games with my friends without publishing it?
Kind of how dani plays his games with his friends
actually, there is no actual multiplayer in there yet. I just want to know how I will be able to make it a multiplayer game and how my friends will be able to play it with me
I watched brackys tutorials for the multiplayer fps but he never told me how to actually send the game to my friends to play it
This is how far I am so far. https://drive.google.com/file/d/18AL1VB7yDrae_x7zK5cD962pVvNfhjng/view?usp=sharing
Answer by IggyZuk · Oct 13, 2020 at 08:10 PM
You need to host your server somewhere like AWS on an EC2 instance.
If you’re new to network programming I would advise you try Photon (PUN). It’s relatively simple, and the hosting is done for you for free up to 20 concurrent users.
Answer by p3k07 · Oct 13, 2020 at 07:23 PM
I'm sure you can just build the game, hook it up to your Unity account and then just share the build or even the project for him to open in Unity.
I saw a lot of youtubers playing with their friends
So does my friends need to get unity for this?
This is how far I am so far. https://drive.google.com/file/d/18AL1VB7yDrae_x7zK5cD962pVvNfhjng/view?usp=sharing
Answer by GaggiGamer · Oct 13, 2020 at 09:02 PM
Go ahead and learn about multiplayer first they will most probably teach you about testing the game with your friends
Your answer