Achievement
Last updated
Last updated
Support us as a GitHub Sponsor and get instant access to all our assets, exclusive tools and assets, escalated support and issue tracking and our gratitude. These articles are made possible by our GitHub Sponsors ... become a sponsor today!
Steam Achievements are a simple concept keyed on the API Name
of the achievement. You would have created the achievement in your Steamworks Developer Portal and defined its API Name
there. You can create a Data Asset to represent your achievement in your game content making it easier to manage and work with that specific achievement.
You can create a Data Asset in your project for each of your achievements
Create a new Data Asset Instance of type AchievementDataAsset
Set the API Name to the same value you defined in your Steamworks Developer Portal for this achievement.
To use the achievement you can simply create a variable of type AchievementDataAsset and set its default value to be the instance you just created.
With the variable set you can simply drag off that variable to access the functions and features of a Steam Achievements relative to this specific achievement.