You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is generally 'by design' as the spawn logic is a simple For loop Instantiate.
However, I should probably add a toggle for setting an automatic number of warriors to spawn based on number of plugged in devices. Ill leave this issue open until i've done that. :)
The following error is thrown per extra player.
ArgumentOutOfRangeException: Specified argument was out of the range of valid values.
Parameter name: index
UnityEngine.InputSystem.Utilities.ReadOnlyArray`1[TValue].get_Item (System.Int32 index) (at Library/PackageCache/[email protected]/InputSystem/Utilities/ReadOnlyArray.cs:117)
UIMenuManager.UpdateRebindPlayerPanelList () (at Assets/Scripts/UIMenuManager.cs:34)
GameManager.UpdateUIMenuPlayerList () (at Assets/Scripts/GameManager.cs:84)
GameManager.SpawnPlayers () (at Assets/Scripts/GameManager.cs:79)
GameManager.SetupActivePlayers () (at Assets/Scripts/GameManager.cs:47)
GameManager.Start () (at Assets/Scripts/GameManager.cs:30)
The text was updated successfully, but these errors were encountered: