Argon-Default-Player

From Argon Documentation
Jump to navigation Jump to search

Set up

  1. Find the prefab named ARGON_DefaultPlayer.prefab. Located in: Assets > Argon > DefaultPlayer
  2. Drag the ARGON_DefaultPlayer prefab into your scene

Do I need the Default Player?

You do not need the default player if you are only using Argon to control built-in Unity settings--like settings static flags or layers or tags.

You also do not need the default player if you are only using Argon to add built-in components like BoxCollider or Rigidbody, etc.

You do need the default player if you are using Argon specific components--like Interaction Handlers, etc.

Or, alternately, you can adapt an existing player prefab: Tutorials:Argon-Runtime-Setup