Main Setup

Manual Setup for the asset

1). Make sure to create a set of layers at the top right of the inspector called:

  • Interact

  • ExamineLayer

  • InspectPointMask

2). Make sure there is an "ExamineCamera" attached to your main camera it's settings should be:

  • Clear Flag: Depth Only

  • Culling Mask (Ticked):

    • ExamineLayer

    • InspectPointMask

3). On your Main Camera have everything ticked in the culling mask apart from:

  • ExamineLayer (Unticked)

  • InspectPointMask (Unticked)

Super Quick Setup

Demo Prefab Example

Basic Steps

1). Add the "AdventureKit_CanvasContainer" to your scene which should include: - AK_BG_Canvas - AK_InteractPrompts - Crosshair_Canvas - ExamineUI_Container - Note_Canvas - Fusebox_Canvas - Generator_Canvas - Flashlight_Canvas - GasMask_Canvas - ThemedKey_Inventory_Canvas - ChessPuzzle_Canvas

2). Add an "AdventureKit_FPSContainer" (Or FPSController of your choice) to your scene

3). Add the "AudioManager"

4). Add the "UI Manager"

5). Add the "Input Manager"

6). Add the "Disable Manager"

Using a different character controller

7). Move onto "AK - Managers Setup"

Managers Setup

Last updated

Was this helpful?