2011. 7. 19. 16:19
메인 activity 를 변경해서 사용( http://limchaeng.tistory.com/23 ) 시 UnityPlayer 상속 받아서 사용 할 수 있다.
onPause() 시 OpenGL surface 변경 관련해서 notify 를 받기 위해 사용했다...
public class OverriderUnityPlayer extends UnityPlayer { public void onSurfaceCreated(GL10 arg0, EGLConfig arg1) { // TODO Auto-generated method stub super.onSurfaceCreated(arg0, arg1); } }
'Dev > Android' 카테고리의 다른 글
Unity3d Android Plugin Guide - R.java (1) | 2011.07.27 |
---|---|
Unity3d Android Plugin Guide - Resource Merge (5) | 2011.07.19 |
Unity3d Android Plugin Guide - Main Activity 변경하기. (0) | 2011.07.19 |