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

Solana conflicts with WebGL multiplayer SDK like Photon Fusion. #229

Open
HussainTechGee opened this issue Sep 11, 2024 · 4 comments
Open

Comments

@HussainTechGee
Copy link

This SDK conflicts with any other package that needs a WebSocket-sharp DLL, such as any WebGL multiplayer SDK, such as Unity Netcode and Fusion. Solana SDK has some odd, modified version of the DLL, so removing the others won't solve the problem because the one delivered with this product doesn't work as expected and breaks any WebGL multiplayer game. You cannot remove the one shipped with Solana SDK because it breaks the build.

@vpantw
Copy link

vpantw commented Sep 11, 2024

Confirmed, found it yesterday. There is a version conflict between the websocket-sharp-latest and websocket-sharp, which appeared after installing Cloud Code. I have tried everything.
websocket-sharp-latest, Version=1.0.2.0 and 'websocket-sharp, Version=1.0.2.18559

@HussainTechGee
Copy link
Author

@vpantw did you find any solution?

@vpantw
Copy link

vpantw commented Sep 12, 2024

@vpantw did you find any solution?

No, I have excluded installing Cloud Code at this stage. The rest works..

@tulfix
Copy link

tulfix commented Oct 21, 2024

I solved removing websocket-sharp.dll in a photon folder... it's because there are 2 websocket files

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

3 participants