Terms of Service
1. Acceptance to the Terms of Service 2. Limited License Grant 3. Suspensions and Termination 4. Login Information, Account 5. Code of Conduct Not send, post, transmit, or make available…
1. Acceptance to the Terms of Service 2. Limited License Grant 3. Suspensions and Termination 4. Login Information, Account 5. Code of Conduct Not send, post, transmit, or make available…
OLO-G Games develops and provides mobile game services. This Privacy Policy (“Policy”) describes how and when OLO-G Games Inc.(“We”, “Us”, or “Our”) collects, manages, uses, and shares your information when…
public void SignInAnonymously() { auth.SignInAnonymouslyAsync().ContinueWith(task => { if (task.IsCanceled) { Debug.LogError("SignInAnonymouslyAsync was canceled."); return; } if (task.IsFaulted) { Debug.LogError("SignInAnonymouslyAsync encountered an error: " + task.Exception); return; } user = task.Result;…
해결방안 https://jeayeonic.tistory.com/22 Podfile에 아래 코드를 추가 이후 프로젝트 폴더(pods.file이 있는 폴더)에서 터미널 실행 발생원인 파이어베이스관련 문제인것으로 추측
해결방법 위 에러 발생시 위 사진에서의 체크박스 해제했다 다시 활성화 하면 해결
해결방법 https://devparklibrary.tistory.com/28 윈도우 기준 환경변수에 유니티에서 사용하는 java jdk 폴더 추가
해결방법 unityFramework의 buildSetting에 -ld64 -ld_classic 추가
해결방법 PlayerSettings → Other Settings → Managed Stripping Level 을 Minimal로 변경 발생원인 예를 들어, Apple GameKit for Unity처럼 IL2CPP 상에서 네이티브 연동을 하는 패키지는, Reflection(리플렉션) 또는 직접 참조되지 않는…