01-14-2022 12:07 AM
Hello there!
I'm a new to Oculus SDK developing. I need to add achievement in my game and facing some problems with it.
I already install Oculus Integration to unity and implement just one unlock function of one achievement, that already has been added to my dashboard as simple client-authoritative with name "COMPLETE_TUTORIAL".
I also setup Platform Settings in Unity editor with some test email/password from my test user in dashboard and type in APP_ID there. For some reason I also initialize Oculus.Platform.Core.Initiailize(APP_ID) in code.
After that I invoke Oculus.Platform.Achievements.Unlock("COMPLETE_TUTORIAL") when custom event happened in game. In editor I also debug this moment and code is reachable and works.
Then I build my game and send apk to Quest 2 and try get this achievement in game, but nothing happened when I finished my event...
Need some help with this... I think, maybe I should upload game to dashboard? I'd appreciate any help!
01-16-2022 09:59 PM
Someone already work with it?
01-17-2022 10:08 PM
Very helpful forum and community! Thanks!