Skip to content

Example Project: Arena Shooter Tutorial

rafaelvaloto edited this page Sep 13, 2025 · 7 revisions

๐ŸŽฎ Example Project Tutorial: Arena Shooter UE 5.6

A practical guide to understanding how the main DualSense features were implemented in our example project.

This example project is a basic arena shooter game built in Unreal Engine 5.6. It serves as a hands-on lab to demonstrate the features of the Windows Dualsense Unreal plugin in a real-world scenario.

๐Ÿ“‹ Prerequisites

Before you begin, please ensure you have the following:

  • Unreal Engine 5.6 installed.
  • The Windows Dualsense Unreal plugin installed either in the engine or in the project.
  • The Shooter Arena example project downloaded.

๐Ÿš€ Getting Started

  1. Extract the example project files to a location on your computer.
  2. Open the .uproject file from the project folder. The Unreal Engine editor will launch.
  3. Wait for the shaders to compile if this is the first time you are opening the project.
Clone this wiki locally