Open tomtako opened 1 year ago
Bump on this. Hope someone can help
@tomtako Did you ever find a solution for this? We're having the same issue currently.
I did, I didn’t do anything, it seemed to start working after a day or 2 of being published. I’m not sure why it took so long to register.
Hello everyone,
I'm currently facing an issue with Steamworks.NET integration in my Unity project. The problem is that the callbacks for Steam APIs, specifically related to achievements, are not being triggered. Below, I'll outline the steps I've taken and the observations I've made:
Steps Taken:
Observations:
To troubleshoot the issue, I even modified the SteamManager script to trigger an event when initialized, thinking it might be a race condition. However, this approach didn't yield any success. I also tried disabling and destroying the SteamManager to eliminate potential conflicts, but the callbacks still aren't being called.
Below are the entirety of my relevant scripts:
AchievementController.cs
SteamManager.cs