Hello,
I am developing a game using Construct 3 and I am integrating Steam achievements using the Steamworks WebView2 plugin.
My game is configured in Steamworks:
Achievements are properly created in Steamworks.
Icons and API names are configured.
The game launches correctly through Steam.
My build contains the required files:
steam_api64.dll
WebView2Loader.dll
WV2ExtManager.dll
The launch option in Steamworks is set to:
x64\Kombucha simulator.exe
The game launches correctly through Steam.
However, Steam achievements never unlock, even when I trigger Unlock Achievement from Construct 3.
In Steamworks:
there are no pending changes
the achievements are already published
I am trying to understand why the Steamworks API is not unlocking achievements in my Construct 3 game, even though the configuration appears to be correct.