For some reason, I receive the following errors when I try to build to Android. I am able to run this with no errors in the editor, though (and through Unity Remote). No idea where to start fixing this, as there are no line numbers referenced at all…
Error building Player: ArgumentOutOfRangeException: Index is less than 0 or more than or equal to the list count.
Parameter name: index
0
UnityEditor.BuildPlayerWindow:BuildPlayerAndRun()
Exception: Error building Player: ArgumentOutOfRangeException: Index is less than 0 or more than or equal to the list count.
Parameter name: index
0
UnityEditor.BuildPlayerWindow.BuildPlayerWithDefaultSettings (Boolean askForBuildLocation, BuildOptions forceOptions)
UnityEditor.BuildPlayerWindow.BuildPlayerAndRun ()