Checking if game is running on SteamDeck #712
Unanswered
SolyomBenjamin
asked this question in
Q&A
Replies: 2 comments 2 replies
|
This plugin doesn't have it because its not utilizing the latest steam SDKs. Its the main reason why I've switched to Steamworks.NET currently. |
0 replies
|
Same issue. However the code source was updated to handle Steam sdk 1.55! |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hello!
May I ask for a little help?
I've been trying to use the latest Facepunch Steamworks with the latest Steam SDK in Unity to check in runtime if the game is running on SteamDeck or not. As I understand there should be a function for that-> Steamworks.SteamUtils.IsSteamRunningOnSteamDeck();. But I can't manage to make it appear in the available function list no matter what I do. I tried simply with updateing the latest Facepunch steamworks in my project with the included steam sdk stuff -> didn't work. And I tried using the latest steam SDK directly from the steam website -> did'nt work either. What am I doing wrong?
Has anyone had the same issue? Or could anyone manage to use this function in their Unity project? If so, could you please enlighten me about it? :)
Thank you!
All reactions