I’ve got achievements working on my 2D mobile game using IEnumerator. Does anyone have C# pointers on how to link the achievements to a separate achievements/trophy room table scene?
Once each achievement is unlocked onscreen (currently working), I want each to appear in a separate scene so that they eventually make a complete list/trophy room (which can be accessed thru currently working Options menu).