Android App Bundle Option From Script?

Hey, I have a few automated build functions triggered from build script. I was wondering if there was a way to enable and disable the ‘Build app bundle (Google Play)’ option from within an editor script?

2 Likes

I believe this is what you are looking for:

EditorUserBuildSettings.buildAppBundle = true;
6 Likes

thank you