본문 바로가기
개발/Playfab

유니티 플레이팹 패키지 Playfab Unity SDK 설치

by SPNK 2022. 6. 18.
반응형

Playfab (플레이팹)

  • 무료 DB 서버
 

Unity3D(C#) SDK - PlayFab

PlayFab Unity3D(C#) SDK의 방문 페이지입니다.

docs.microsoft.com

들어가셔서

 

  • 빠른 다운로드 링크 : PlayFab SDK용 Unity 편집기 확장 (유니티 에디터에서 플레이팹 로그인 가능)
  • 빠른 다운로드 링크 : Unity PlayFab SDK

 

2개를 설치하고 Import 합니다.

 

 

만약 Google Play Games SDK를 이미 설치한 상태라면 Import시

ExternalDependencyManager는 제외해야합니다. (충돌 우려가 있음)

 


다른 플레이팹 기능 구현 참조

 

유니티 플레이팹 게스트 로그인 Playfab Sign In with Guest Login 간단 사용법

코드 작성 using PlayFab; using PlayFab.ClientModels; using PlayFab.Json; using PlayFab.ProfilesModels; using System; using System.Collections; using System.Collections.Generic; using System.Linq; using UnityEngine; using EntityKey = PlayFab.ProfilesMod

parksh3641.tistory.com

 

유니티 플레이팹 구글 로그인 Playfab Sign In with Google Login 간단 구현

구글 로그인 SDK 설치 https://github.com/playgameservices/play-games-plugin-for-unity/tree/master/current-build GitHub - playgameservices/play-games-plugin-for-unity: Google Play Games plugin for Unity Google Play Games plugin for Unity. Contribute t

parksh3641.tistory.com

 

 

반응형

댓글