요즘에는 구글 콘솔에서 앱을 출시하기 위해서는
apk를 뽑아서 업로드 하는 것이 아니라
.aab파일로 뽑아야지 업로드가 가능하다.
abb파일을 뽑기위해서는
google-play-plugins-1.7.0.unitypackage 가 필요하다고 한다
https://github.com/google/play-unity-plugins/releases
Releases · google/play-unity-plugins
The Google Play Plugins for Unity provide C# APIs for accessing various Play services - google/play-unity-plugins
github.com
위 사이트에 들어가면 해당 패키지를 다운받을 수 있다.
패키지를 다운받고 나면
이렇게 새로운 창이 생기고
이제 빌드할때 File안에서 빌드하는것이 아니라 여기서 빌드를 해야지
제대로된 aab 파일이 생성되고 앱을 업로드 시킬 수 있다고 한다
