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
Alright, so if I'm updating a simple achievement as follows, the notification should ostensibly remain onscreen for a few seconds instead of disappearing right away, right @imperativity ?
public void ReportProgress(string achievementID, double progress, Action<bool> callback) { var id = MapAchievementString(achievementID); Achievements.Unlock(id);
return;}Thanks for the continued help on this.
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