Steam Achievements not working ( I have set up achievements many times before) UE5

Hi everyone,

I recently released Night Gate on Steam, and my achievements are not firing. I wouldn’t have worried about waiting to the last minute to check achievements because I have set them up many times before but I am stuck.

My Steamworks page:

Steam Works

Default Engine

Code ex

Any thoughts would be helpful. I noticed that on steamworks the numbers skip for the ID so I matched that in the default engine. I think that was from, if you hit cancel it removed the id number and skips to the next when adding them.

UE5
SDK 155

Solved, for anyone else that comes across this.

I fixed it, you are not going to believe how stupid this bug was. In Steamworks, when entering achievements if you cancel the achievement and re-enter it, it creates a new ID number, but in the default engine you have to enter in order of id number. See the image, see how the numbres on the right skipped, that wasnt me it was Valves buggy ■■■ Steamworks, you have to ignore that and still enter it 1,2,3,4 etc

Notice how the numbers dont match,

So I put both in my DefaultEngine and it worked. My guess is the second one since the first didn’t meaning it has to go in perfect order and doesn’t actually correspond to the number shown but the number order.

lame

2 Likes