Shooter

Voyager: Third Person Shooter v3

Voyager v3.1 adds Motion Matching, GASP, and MetaHuman support to a complete Blueprint-based third-person shooter template for Unreal Engine 5.

Voyager: Third Person Shooter v3Shooter

Resource overview

Starting a third-person shooter in Unreal Engine 5 usually means assembling movement, camera, shooting, cover, health, inventory, and objectives from scratch. Voyager v3.1 tries to remove that setup phase with a complete Blueprint-based template that has been showcased twice by Epic Games. The new update pushes the framework further with Motion-Matching, Game Animation Sample Project (GASP) integration, and MetaHuman support, while keeping the whole thing 100% Blueprint.

The v3.1 Animation Overhaul: Motion Matching, GASP, and MetaHuman

Voyager v3.1 is a major update focused on animation. It introduces Motion Matching, which becomes available starting with v3.1 for Unreal Engine 5.5 through 5.8. The integration of Epic's Game Animation Sample Project (GASP) gives the template a reference locomotion set, and MetaHuman integration opens up higher-fidelity character faces and bodies. Beyond the headline additions, the update includes a large batch of animation improvements that touch the way characters move, aim, and react in combat.

Because Voyager is built entirely in Blueprints, the animation logic stays accessible for modification. You're not digging through C++ code to adjust how the motion-matching controller behaves; instead, the loops and state logic are visible in the Blueprint graph, which fits the template's educational design goal.

Blueprint-First Design with 660+ Blueprints

The template contains more than 660 Blueprints. The developer describes the design as educational, with tons of examples, and the whole project is handcrafted rather than AI-generated. For developers who want to learn how a systemic shooter framework goes together, these Blueprints serve as a library of patterns for character setup, interaction, AI, UI, and more. The sheer number of Blueprints also means most gameplay logic is already separated into reusable pieces rather than buried in one monolithic character class.

Voyager is intended to be the base project. The developer notes that it is not meant to be migrated into an existing project; instead, the recommended approach is to start from Voyager and bring your own assets and systems into it. That structure lets you cherry-pick individual systems—like the objective manager or the dialogue UI—while still having the full framework available when you need it.

The Shooter Systems: Cover, Objectives, Inventory, and Combat

The feature set mirrors what a full shooter needs in production. A modular cover system allows characters to snap to walls and shoot from cover. An objective system tracks tasks and includes off-screen indicator support, so players can be guided toward goals even when the objective is not in view. The view can toggle between third-person and first-person, and a migratable settings menu ships with support for the UMG Input System Addon.

Combat includes firearms and melee with an upgrade system, 9+ weapon types, grenades, laser sights, and an ability system. AI is driven by Behavior Trees. Inventory and equipment manage weapons, armor, healing items, and ammo. There's a stats and damage system for health and armor, an interaction system for using, picking up, looting, and talking, plus save and load support. Gamepad input is covered for both gameplay and UI, making controller testing straightforward from the start.

Modular Characters, Dialogue, and Project Structure

Characters are built with separated mesh parts and a Blueprint config, meaning you can swap armor pieces, headgear, and other parts without rebuilding the character class. This approach suits games that rely on customizing loadouts or visual equipment changes. The dialogue system is UI-driven and works with stats and choices, giving narrative projects a way to hook gameplay values into conversations and let players feel the consequences of their dialogue decisions.

Voyager pulls in free assets from Epic Games, including Game Animation Sample Project, Scifi Hallway, Lyra, Showdown VR Demo, Infiltrator Demo, Soul City, Subway Sequencer, Action RPG, Blueprints, Shooter Game, Paragon, Content Examples, Infinity Blade: Weapons, Realistic Rendering, UI Material Lab, and the Animation Starter Pack. All of the assets seen in the trailer and screenshots are included in the project file, so there's no gap between the presentation and the actual content.

Version Notes and Update Cadence

Version compatibility is one of the first things to check before adopting a template. Voyager supports Unreal Engine 5.0 through 5.3 up to v2.9.3, UE 5.4 up to v3.0.6, and UE 5.5 through 5.8 with the latest version. Motion Matching is limited to the UE 5.5–5.8 branch, starting with v3.1. If you're working on an older engine version, you'll be on an earlier Voyager release. The developer also advises backing up your project before updating, since the template is constantly evolving with each engine generation.

Playable Demos, Tutorials, and Community Resources

A v3.1.3 playable demo is available with the original project assets, and a second demo swaps in ZeroArtProject 3D models. Video showcases include a 2:32 main trailer and a 4:50 gameplay video. The support material covers step-by-step video tutorials, written documentation, and a Discord community. Tutorial walkthroughs cover creating a level from scratch, adding a character, using the Objective Manager, and working with screen indicators—so even a new Unreal user can get oriented without guessing.

Voyager carries a 4.9 rating from over 103 reviews. Its design targets rapid prototyping and scalable game development, from game jams to commercial releases. The developer positions it as a fit for RPGs, tactical shooters, and story-driven projects. With the v3.1 animation upgrade, the template now gives a production-ready base that keeps both character control and the underlying systems in Blueprint land, which means a smaller barrier to entry for teams that want to focus on game design rather than engine plumbing.

Explore Similar Assets

Free Download

Download this resource

Loading your download options...

Resources are manually reviewed before listing to improve quality and reduce obvious risks.

Resource archiveVoyager Third Person Shooter v3.7z

Related resources