-
Notifications
You must be signed in to change notification settings - Fork 12
Example Project: Arena Shooter Tutorial
rafaelvaloto edited this page Sep 13, 2025
·
7 revisions
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.
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.
- Extract the example project files to a location on your computer.
-
Open the
.uprojectfile from the project folder. The Unreal Engine editor will launch. - Wait for the shaders to compile if this is the first time you are opening the project.