Skip to content

Steamworks Join Lobby Via Code #645

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

Closed
Yolaras83 opened this issue Sep 6, 2024 · 3 comments
Closed

Steamworks Join Lobby Via Code #645

Yolaras83 opened this issue Sep 6, 2024 · 3 comments

Comments

@Yolaras83
Copy link

Yolaras83 commented Sep 6, 2024

Hello, so i've been working on multiplayer project in unity and every time i to join with the LobbyID of the InputField.text it says cannot convert System.string to steamworks.CSteamID. I cant find a way for it to work.
Screenshot_7
Screenshot_6

@rlabrecque
Copy link
Owner

What if you try CSteamID ID = new CSteamID(LobbyCodeInput.text); CSteamID might not have what ever's required for ConvertTo to work?

@Yolaras83
Copy link
Author

CSteamID ID = new CSteamID(LobbyCodeInput.text);

I tried it but im getting an error saying "Cannot convert from string to ulong

@Yolaras83
Copy link
Author

It's ok, i switched to facepunch.

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