전체 글 (50) 썸네일형 리스트형 Firebase Auth 구글 소셜 로그인 구현 시 주의할 점 https://github.com/googlesamples/google-signin-unity/releases Releases · googlesamples/google-signin-unity Google Sign-In API plugin for Unity game engine. Works with Android and iOS. - googlesamples/google-signin-unity github.com 이 패키지를 이용하면 쉽게 모바일 구글 소셜 로그인 기능을 구현할 수 있다.(데스크탑 앱이나 unity에디터에서는 동작하지 않는다.) 1. 패키지를 임포트 할 때 'Parse' 폴더는 체크 해제한다. 기존의 unity 기능과 충돌해서 에러가 발생한다. 2. 파이어 베이스 프로젝트 설정에서 sha1 .. unity sha인증서 지문 확인 jdk 경로 복사 - > cmd에서 'cd {방금복사한 경로}\bin' -> keytool -list -v -keystore {나의 keystore가 존재하는 디렉토리경로}\(keystor파일명).keystore -> keystore생성시 사용한 비밀번호 입력 이렇게 하면 보인다. uwp앱에서 exe파일 실행시키기 https://learn.microsoft.com/en-us/answers/questions/311271/run-an-exe-batch-file-from-uwp-app Run an exe/batch file from UWP app - Microsoft Q&A How to run an exe or batch file on a button click from a UWP app? learn.microsoft.com 위 사이트에 과정이 잘 나와있다. 메인페이지cs스크립트에 다음과 같이 버튼이벤트를 작성해준다. private async void Button_Click(object sender, RoutedEventArgs e) { await FullTrustProcessLauncher.LaunchFullTrust.. 이전 1 ··· 6 7 8 9 10 11 12 ··· 17 다음