Multicore Games
  • 🔦Laser Rangefinder
  • Overview
    • ✨Features
  • Setup and Implementation
    • 🛠️Getting set up
      • ⚙️General Setup
      • 👀Player Setup
Powered by GitBook
On this page
  1. Setup and Implementation
  2. Getting set up

General Setup

PreviousGetting set upNextPlayer Setup

Last updated 6 days ago

Step 1: Buy the Laser Rangefinder Asset Pack

Buy Laser Rangefinder from the Unreal Engine Marketplace

Step 2: Add to Project

If you have an already existing project, then click "Add To Project".

Otherwise, create a new project on any supported UE5 versions, , then click "Add To Project".

Step 3: Setting up the Player

New Player setup:

For a detailed new Player setup, visit the page below:

Player Setup

Demo Player setup:

The pack provides a playable third-person character that you can use at:

Content -> Laser_Rangefinder -> Demo Content -> Blueprints -> BP_FirstPersonCharacter

To spawn it by default, go to:

World Settings -> GameMode Override

Choose the Game Mode from:

Content -> Laser_Rangefinder -> Demo Content -> Blueprints -> BP_FirstPersonGameMode

Opening the Demo level

The demo level includes examples of all features of the Laser Rangefinder, each with interactive examples and use cases.

Open the demo level at:

Content -> Laser_Rangefinder -> Demo Content -> Maps -> Demo_LVL

🛠️
⚙️