12-04-2024 02:20 PM
I'm in the early stages of multiplayer prototyping and looking for a simple way to connect with a couple people over the internet for preliminary testing. From my understanding, the current SharedSpaces example uses the full store-integration setup (app ID, photon subsystem, etc). I don't want to go through the hoops of submitting my app for verification and store release yet, I just want something simple that allows me to test gameplay and make sure my replication is working properly. I know there are other examples that use Steam's subsystem, but this does not seem to work on a standalone build, unless I'm misunderstanding. Does anyone have any examples/resources that cover this? I am a designer, not a developer, so any solutions that stay inside blueprinting would be preferable, but I'm open to learning C++ if it's the only way to get this to work.
In summary, looking for a solution that:
Thanks