Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Help With Custom OSS Setup #15

Closed
Snipe3000 opened this issue Jan 17, 2023 · 1 comment
Closed

Help With Custom OSS Setup #15

Snipe3000 opened this issue Jan 17, 2023 · 1 comment

Comments

@Snipe3000
Copy link

Hi @ikrima ,
Came across your custom OSS guide found here: https://ikrima.dev/ue4guide/networking/online-subsystem/using-multiple-custom-online-subsystems/

I found myself in a similar situation. We would like to setup a custom OSS to handle Oculus, Pico, Steam subsystems, ... I'm finding it difficult to start, I was hoping I can pick your brain on how to go about setting this up.

Is creating a new OnlineSubSystem class the idea? Inheriting from Epic's OnlineSubSystem.h

@ikrima
Copy link
Owner

ikrima commented Feb 14, 2023

Ah, that part is most likely very outdated since it was from the UE4.27 OSS/Oculus era. I haven't looked at the UE5 version but iirc, the new online subsystem/epic online services were rewritten to make it more friendly

fwiw, the ue4 OSS were a nightmare. We used Playfab to handle multiple systems. Hard to give a recommend since it's all very context specific to what you want to do + what's available (e.g. support steam+ps5, oculus, desktop vs mobile, support simple auth or full online services like matchmaking etc)

@ikrima ikrima closed this as completed Mar 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants