Argon-Default-Player

From Argon Documentation
Revision as of 09:30, 4 April 2024 by Argony (talk | contribs) (Created page with "= Set up = # Find and open the scene named '''ArgonRoomsOnly.unity'''. Located in: Assets > Argon > Demo > Scenes # Find the prefab named '''ARGON_DefaultPlayer.prefab'''. Located in: Assets > Argon > DefaultPlayer # Drag the ARGON_DefaultPlayer prefab into any room in the 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 n...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Set up

  1. Find and open the scene named ArgonRoomsOnly.unity. Located in: Assets > Argon > Demo > Scenes
  2. Find the prefab named ARGON_DefaultPlayer.prefab. Located in: Assets > Argon > DefaultPlayer
  3. Drag the ARGON_DefaultPlayer prefab into any room in the 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