WHY IS STEAM ACHIEVEMENTS NOT WORKING?

I have all the plugins needed along with the .ini files setup, but nothing work ;( all the achievements are failing to cache and unlock.

Where do you test them?

Achievements don’t work in Play In Editor or Standalone. They only work in the Development Build (if launched separately), or when launched through Steam.

development build.

Can you show some blueprints then?

Additionally, you need to understand that achievements take some time to process, usually longer than most other functions. Just an example I had: A pickup item was supposed to trigger an achievement and get destroyed after. But it got destroyed before the achievements manipulations were over, and nothing happened. Instead I transferred such achievement functions to the Game Instance blueprint, and it worked. IDK what’s wrong in your case. Share some blueprints and we can see.

here is a example of the game instance node.

any ideas?