저번 글에서는 LootLocker사용자 인증과 사용사 이름을 바꾸는 법에 관하여 알아보았다 이번 글에서는 LootLocker에서 리더보드를 사용하는 법을 알아보도록 하겠습니다 우선 LootLocker콘솔의 System창의 Leaderboards탭으로 가주세요 Create를 눌러 리더보드를 생성해 주세요 Enable Game API writes체크를 해야 합니다 생성을 했다면 이제 코드를 작성할 시간입니다 using LootLocker.Requests; using System.Collections; using System.Collections.Generic; using UnityEngine; public class EX : MonoBehaviour { private void Start() { LootLoc..