Enum PlayerJoinBehavior
Determines how PlayerInputManager joins new players.
Namespace: UnityEngine.InputSystem.Plugins.PlayerInput
Syntax
public enum PlayerJoinBehaviorFields
| Name | Description | 
|---|---|
| JoinPlayersManually | Do not join players automatically. Call  | 
| JoinPlayersWhenButtonIsPressed | Listen for button presses on devices that are not paired to any player. If they occur and joining is allowed, join a new player using the device the button was pressed on. | 
| JoinPlayersWhenJoinActionIsTriggered |