- Gamingservices - ABTestSample #6 Remote Key 만들기2023년 02월 28일
- 개양반
- 작성자
- 2023.02.28.:54
1. 오늘 알아볼 내용
유니티 대쉬보드에서 Remote 로 사용할 키를 만드는 방법에 대해 다룹니다.
2. 대쉬보드로 이동
아래 링크로 이동해서 로그인을 합니다.
Unity Gaming Services
dashboard.unity3d.com
대쉬보드에서 LiveOps > Remote Config > Config > Add Key를 누릅니다.
Key의 이름, 타입을 입력합니다.
위 이미지에서는 value를 Description으로 착각했다. 같은 방법으로 아래 표의 Key를 만듭니다.
Key Type Description Value AB_TEST_GROUP string The identifier for which test user group the player is in. AB_TEST_ID string The identifier for which A/B Test is actively being run for this user. AB_TEST_LEVEL_UP_XP_NEEDED int The amount of XP needed for the player to level up. 100 AB_TEST_XP_INCREASE int The amount the player's XP will increase by each time they gain XP. 10 CURRENCIES json A cross-reference from currencyId to spriteAddresses for all currency types. {
"currencyData": [{
"currencyId": "COIN",
"currencySpec": {
"spriteAddress": "Sprites/Currency/Coin"
}
}, {
"currencyId": "GEM",
"currencySpec": {
"spriteAddress": "Sprites/Currency/Gem"
}
}, {
"currencyId": "PEARL",
"currencySpec": {
"spriteAddress": "Sprites/Currency/Pearl"
}
}, {
"currencyId": "STAR",
"currencySpec": {
"spriteAddress": "Sprites/Currency/Star"
}
}]
}위의 모든 Key 를 생성하고 Publish 버튼을 눌러 개시합니다.
오늘은 여기까지
제 블로그가 만족스럽다면 커피 한잔 값으로 후원을 해주실 수 있어요! 'Unity 자습서 > GamingServices' 카테고리의 다른 글
Gamingservices - ABTestSample #8 RemoteConfig 로드 (0) 2023.03.02 Gamingservices - ABTestSample #7 Game Overrides 설정 (0) 2023.03.01 Gamingservices - ABTestSample #5 재화 표시 (0) 2023.02.26 Gamingservices - ABTestSample #4 재화 만들기 (0) 2023.02.25 다음글이전글이전 글이 없습니다.댓글
스킨 업데이트 안내
현재 이용하고 계신 스킨의 버전보다 더 높은 최신 버전이 감지 되었습니다. 최신버전 스킨 파일을 다운로드 받을 수 있는 페이지로 이동하시겠습니까?
("아니오" 를 선택할 시 30일 동안 최신 버전이 감지되어도 모달 창이 표시되지 않습니다.)