Steam is not working on package

Hello. Im having troubles to implement the new Steam SDK V139 (I ALSO TRIED WITH V132). I managed to make it work on the editor. But im having problems with the compilation. The steam interface doesn’t show up at all.

I followed this tutorial but i can’t get it to work: Online Subsystem Steam Interface in Unreal Engine | Unreal Engine 5.1 Documentation

Steam works nice with a development build…

Please help, i already have my steam_appid and im going to launch the game soon if i can solve this.

Solved it adding the file steam_appid.txt with my steam app id in it. Inside the folder Mygame/Binaries/Win64 after compiling the game on shipping. (Also added the steam .dll to engine/binaries/thirdparty/steamworks/steamv132/Win64

Hope this can help others with the same problem.

1 Like

How did you write the ID inside the text file? Just “id=480” or “480”? This didnt work for me… Thanks anyways!

I believe it is supposed to be just a simple 480. I got htis by looking at other games in my steam library.