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

Suggestion for stadia platform #342

Closed
l4dnigel opened this issue Mar 17, 2020 · 2 comments · Fixed by #384
Closed

Suggestion for stadia platform #342

l4dnigel opened this issue Mar 17, 2020 · 2 comments · Fixed by #384

Comments

@l4dnigel
Copy link

Yes, this is a suggestion, not an issue.
First, thanks for sharing this awesome plugin about steam api.

The point that I check the if define like
#if UNITY_ANDROID || UNITY_IOS || UNITY_TIZEN || UNITY_TVOS || UNITY_WEBGL || UNITY_WSA || UNITY_PS4 || UNITY_WII || UNITY_XBOXONE || UNITY_SWITCH
And then, define it DISABLESTEAMWORKS.

Could you add the stadia to the list at later update?
Stadia is stream game service, maybe it will popular recently.
Thank you.

@rlabrecque
Copy link
Owner

I think we actually need to invert this now. IIRC there was a reason I did it this way originally, hopefully what ever it was has been solved by now.

It needs to be something like #if !(UNITY_WINDOWS || UNITY_LINUX || UNITY_MACOS)

@l4dnigel
Copy link
Author

Glad to listen this news, thanks for your responding. I will look forward to next update!

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

Successfully merging a pull request may close this issue.

2 participants