お好みのスクリプト言語を選択すると、サンプルコードがその言語で表示されます。
Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
CloseIAchievement インスタンスを作成します
IAchievement achievement = Social.CreateAchievement(); achievement.id = "Achievement01"; achievement.progressCompleted = 100.0; achievement.ReportProgress( result => { if (result) Debug.Log ("Successfully reported progress"); else Debug.Log ("Failed to report progress"); });