自己重写的kill方法
public class MyUnityPlayer extends UnityPlayer {
public MyUnityPlayer(Context context) {
super(context);
}
@Override
protected void kill() {
}
}
在onDestory中调用的mUnityplayer.quit();还是会退出整个APP
1 回答
- 1 回答
- 0 关注
- 2282 浏览
添加回答
举报
0/150
提交
取消