Unity Network (1) 썸네일형 리스트형 유니티 네트워크 체크후 불안정하면 Android Alert Dialog띄우기 https://red-tiger.tistory.com/39 유니티로 안드로이드 Alert Dialog 띄우기 수많은 시행착오 끝에 구글플레이로 로그인을 구현하였다. 그런데 처음에는 별 문제가 없는 줄 알았다. 그런데 와이파이나 데이터가 안터져도 정상적으로 구글플레이로 로그인이 되었다. 아마 red-tiger.tistory.com 우선 기본적으로 유니티에서 Alert Dialog를 띄우는것은 나의 전 포스팅에서 확인 할 수 있다. 기본 베이스는 똑같다. 이전포스팅의 코드들을 조금만 변경해주면 된다. PluginClass.java package com.redtiger.native_plugin; import android.app.Activity; import android.app.AlertDialog; imp.. 이전 1 다음