Forum Discussion
nickfourtimes
7 years agoHonored Guest
Achievement popups disappearing after only one frame
We're awarding achievements in our game using some pretty straightforward code: Oculus.Platform.Achievements.Unlock(id); All our achievements are Simple achievements, so I figured...
nickfourtimes
7 years agoHonored Guest
Sorry for the delay, didn't see the forum notification... anyway, in the game we're simply calling this when we unlock the achievements:
public void ReportProgress(string achievementID, double progress, Action<bool> callback) { var id = MapAchievementString(achievementID); Achievements.Unlock(id);
return;}We only have simple achievements in our game, which are fired when various conditions are met.
Quick Links
- Horizon Developer Support
- Quest User Forums
- Troubleshooting Forum for problems with a game or app
- Quest Support for problems with your device
Other Meta Support
Related Content
- 11 months ago
- 2 years ago
- 1 year ago
- 8 months ago