⚠️Known Issues
Known issue and how to sort them
'NamedBuildTarget' does not exist
Issue
Identified on Unity v6000.0.25f1 and later this appears to be a change on Unity's side that causes a script in Steamworks.NET to not compile correctly.
Workaround
You can work around this by double-clicking the error and adding
To the using statements, this will update your cache copy of Steamworks.NET so you will need to do this again if you Update that plugin assuming its author hasn't fixed it yet.
Steamworks.NET for Steamworks SDK v1.60
This does affect the version that is installed by default e.g. the latest version of Steamworks.NET
Issues
Steam Deck won't Initialize Steamworks SDK Steamworks.NET for Steamworks SDK version 1.60 has a known issue which causes problems initializing Steamworks on some versions of Steam Deck.
Achievements don't work / Import Steamworks.NET for Steamworks SDK version 1.60 has a known issue which causes Steam Achievements, Stats and similar to intermittently work. This generally manifests as not being able to import Achievements from Steam or not being able to set or unlock achievements or stats.
Workaround
This workaround doesn't always work, we are thus adding a more forceful way to get around the import issue with 2025 and later. You can select the Steam Settings object in your Settings folder and manually add Achievement objects to it
Ideally, you would avoid doing this, in this manner as it is not as easily maintained as imported values or using the AchievmentData struct in C# directly. It can however help you work around this issue until Valve or Steamworks.NET corrects the problem.
Use Steamworks.NET for Steamworks SDK version 1.59
DO NOT USE STEAMWORKS.NET 20.0 OR SIMILAR THAT IS FAR TO OLD
You DO want to use Update to Steamworks SDK 1.59 which you can access via GitHub History
To save you time and reading ... you can just click the link below it will download a zip from GitHub containing the historical state of Steamwroks.NET during the 1.59 patch that you can then install via Unity Package Manager as "Add from Disk"
It will download a zip containing Riley's repo during his 1.59 update before this issue was introduced but after the security patch for initialization and authentication changes
Last updated