We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Thanks for all your hard work! Ran into a tiny issue with a trivial fix.
I'm building Standalone (on Ubuntu 18.04, Rider 2020.2, Steamworks.NET at latest commit as of today) and getting the following error:
Source file '/home/huh/git/Steamworks.NET/Standalone/../Plugins/Steamworks.NET/types/SteamRemotePlay/RemotePlaySessionID_t.cs' could not be found.
Renaming as follows fixes it:
/Plugins/Steamworks.NET/types/SteamRemoteplay -> /Plugins/Steamworks.NET/types/SteamRemotePlay
The text was updated successfully, but these errors were encountered:
f8a353b
Thanks @StagnationPoint ! Case sensitivity is an unsolved problem in computer science. :(
Sorry, something went wrong.
No branches or pull requests
Thanks for all your hard work! Ran into a tiny issue with a trivial fix.
I'm building Standalone (on Ubuntu 18.04, Rider 2020.2, Steamworks.NET at latest commit as of today) and getting the following error:
Source file '/home/huh/git/Steamworks.NET/Standalone/../Plugins/Steamworks.NET/types/SteamRemotePlay/RemotePlaySessionID_t.cs' could not be found.
Renaming as follows fixes it:
/Plugins/Steamworks.NET/types/SteamRemoteplay -> /Plugins/Steamworks.NET/types/SteamRemotePlay
The text was updated successfully, but these errors were encountered: