Disable Manager Explained

You can use the events in the disable manager to disable your own player character - The example below is just a guide for the included player character

Disable Manager Setup

  1. Click the "+" on either the OnPlayerDisabled() or OnPlayerEnabled() to add new events

  2. These events can be anything but in my example, I disable the player, crosshair, interactor and lock mouse cursor.

Examples Below

  1. I disable the FirstPersonController script by selecting the FirstPersonController > Bool Enabled

  2. I disable the Interactor when the player is disabled

  3. I disable the Cursor lock and visiability

  4. I disable the crosshair

  5. I disable the camera zoom

You can then change those appropriate opposite on Player Enabled

Last updated