List "Out of bounds" while trying to open the "Player" tab under project settings

Seems like if you had install android support in the past, then removed it, you will no longer be able to open this vital “Player” menu within the engine as it will internally have a profile for android, but will not remove this, and you will get an error in the engine as it tries to load too many build types:
8473388--1126121--upload_2022-9-28_10-29-42.png

So by adding the android build module back to your current Unity build, you can once again open your player build tab in settings.

Tried googling the issue but couldn’t find an answer so figure I’d post a thread here on how it was able to be resolved.

Not sure “Bug” or “Resolved” was appropriate, so I just used bug, as it seems to be an open bug that needs to be resolved that other users may be encountering.

You could probably find the offending entry if you open ProjectSettings/ProjectSettings.asset in a text editor.

This obviously assumes you have instant-backup in the form of properly-used source control!!

1 Like

After installing the Android build module these were the 2 added lines to the project settings:


Not sure if this helps anyone track this down, but it was just these 2 lines added now that the issue is resolved

1 Like