Okay, so I just downloaded the STEAMWORKS.NET Unity package and you’re supposed to be able to make achievements with that. How would I do this? I am a Steamworks partner and have a project currently on Steam. Basically, I just want to set it up so that if a certain scene is loaded, “Achievement X” is earned.
There’s some good example code here that sets stats & achievements. You need to add the stats & achievements first to your game on the steam webpage. Steamworks.NET-Example/Assets/Scripts/SteamStatsAndAchievements.cs at master · rlabrecque/Steamworks.NET-Example · GitHub
1 Like