Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Feature Request Move "EditorUserBuildSettings.buildAppBundle" to ProjectSettings

Discussion in 'Editor & General Support' started by MikolajBystrzynskiBecreo, Apr 17, 2021.

  1. MikolajBystrzynskiBecreo

    MikolajBystrzynskiBecreo

    Joined:
    Mar 11, 2020
    Posts:
    1
    Soon all apps on Google Play Store will require App Bundle (*.aab) format.

    As of now, the field EditorUserBuildSettings.buildAppBundle is visible only in BuildSettings editor window. You can't serialize it and push it to a version control system, it can only be set manually or by code.

    I suggest it should be moved to ProjectSettings, so we can serialize it, push it, and use it in build servers.