Argon-Default-Player

From Argon Documentation
Revision as of 17:22, 4 April 2024 by Argony (talk | contribs) (→‎Set up)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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