"fba60ba6687ee1ac"{"id":"1001042","slug":"advanced-third-person-shooter-project","title":"Advanced Third Person Shooter Project","category":"Shooter","engine":"5.1+","assetVersion":"","engineVersion":"Engine Version: 5.1+","tag":"Shooter","accent":"cyan","visual":"mech","summary":"Unreal Engine third-person shooter template with sliding, motion matching, ProPose, cover system, weapon handling, and multiplayer-ready mechanics.","platform":"Unreal Engine","publishedAt":"2026-08-27T14:32:21.775Z","updatedAt":"2026-08-27T14:32:21.775Z","sourceNotes":[],"fileContents":[],"compatibility":["Unreal Engine","Engine Version: 5.1+"],"featuredImage":{"alt":"Advanced Third Person Shooter Project","src":"/wp-content/uploads/published/2026/08/1af9a947a447-4f40ebc3-8d64-476c-a70a-0a4dfbd875f0-93c3801e96.webp"},"hasDownloadLink":true,"pageviews":1,"terms":[{"taxonomy":"category","slug":"shooter","name":"Shooter"}],"galleryImages":[{"src":"/wp-content/uploads/published/2026/08/1c974293f52a-4f1d6fa6-e8fa-4a14-a676-f03d5bb9c340-1ea96a0e61.webp","alt":"Advanced Third Person Shooter Project"},{"src":"/wp-content/uploads/published/2026/08/a5ea51bd79e2-ca8f9f60-8642-4734-a775-4987e3f22b3d-0d4cc91279.webp","alt":"Advanced Third Person Shooter Project"},{"src":"/wp-content/uploads/published/2026/08/e60a50e99716-55df24fa-d1d7-4257-8b6f-e591d932701f-df84f26288.webp","alt":"Advanced Third Person Shooter Project"},{"src":"/wp-content/uploads/published/2026/08/141c0f84bcac-48d1811b-d1b3-4a18-8e38-371d386ca8d7-360c7a753e.webp","alt":"Advanced Third Person Shooter Project"},{"src":"/wp-content/uploads/published/2026/08/8597dbc1200e-d0e6dd5a-dbd0-4765-ab56-5acef572ec2f-cb65dd745e.webp","alt":"Advanced Third Person Shooter Project"},{"src":"/wp-content/uploads/published/2026/08/cddcad830a49-f498eb4d-3c49-464c-9786-28375ef356fc-13ba9b7030.webp","alt":"Advanced Third Person Shooter Project"},{"src":"/wp-content/uploads/published/2026/08/0228e9e92d90-03fa0acd-18bb-43eb-a15a-3715ebe24b55-75269c6f96.webp","alt":"Advanced Third Person Shooter Project"},{"src":"/wp-content/uploads/published/2026/08/b74db4a50200-3b07d9ce-00ca-4351-9f25-396196af7d50-966fb972e9.webp","alt":"Advanced Third Person Shooter Project"},{"src":"/wp-content/uploads/published/2026/08/816ec38a342a-885bf2bf-f73d-464f-861a-be9352c5537f-4171ac6b42.webp","alt":"Advanced Third Person Shooter Project"},{"src":"/wp-content/uploads/published/2026/08/2d008dc7c060-60bf7875-867f-4e12-8fb7-174a5f71fdb5-2be52c96ef.webp","alt":"Advanced Third Person Shooter Project"}],"accessPanel":{"kind":"resource","title":"Download this resource","eyebrow":"Free Download","message":"Log in or create a free account to start your download.","fileName":"Advanced Third Person Shooter Project.7z","safetyNote":"Resources are manually reviewed before listing to improve quality and reduce obvious risks.","actionLabel":"Download Free","resourceType":"Resource archive","sourceShortcode":"cryptomus_member"},"contentHtml":"\u003cp\u003eThe Advanced Third Person Shooter Project for Unreal Engine has grown well beyond a standard third-person camera and fire-control setup. The most recent releases bring sliding, motion matching, and a reworked ProPose system into a template that already handles cover shooting, weapon pickup, reload timing, and multiplayer replication. The v1.5.4 update targets UE5.5 through UE5.8, and the project remains in active development with frequent version-specific fixes.\u003c/p\u003e\u003ch2\u003eSliding, Motion Matching, and the Updated ProPose System\u003c/h2\u003e\u003cp\u003eThe v1.5.4 update is the current release line. Sliding is now fully compatible with the existing Advanced Third Person Shooter mechanics, and the ProPose system has been updated to allow full body control. A new demo shows motion matching integration working alongside ProPose, which is described as a data table driven animation adjustment system. That means pose changes can be tuned from data rather than by hand-placing every keyframe.\u003c/p\u003e\u003cp\u003eBefore that, v1.5.3 introduced motion matching fully integrated and customized for the project. The same update added ProPose as a procedural pose adjustment feature, useful for making small corrections quickly. The developer positions it as a practical fix for inaccurate retargeting results, so if a character's hands drift off a weapon or feet misalign with a surface, ProPose can nudge the pose into place without breaking the original animation.\u003c/p\u003e\u003cp\u003eEnemy AI received matching upgrades in v1.5.3. The updated AI can use cover and motion matching traversal, plus new combat behaviors. A full set of new aim offsets were added to pair with motion matching, and there are new in-cover actions for corner traversal. These changes tie the animation system to gameplay rather than leaving it as a visual overlay.\u003c/p\u003e\u003ch2\u003eBP_SCSComponent and the Cover Shooter Rework\u003c/h2\u003e\u003cp\u003eThe cover system is the biggest single feature added in the v1.5 line. The project introduced BP_SCSComponent, a component that houses the majority of the cover logic. That design keeps the underlying character blueprint cleaner and makes the system easier to reuse in different projects.\u003c/p\u003e\u003cp\u003eThe cover system supports multiple cover heights dynamically. You do not need a custom actor type or special collision object type. Any flat or reasonably curved mesh placed in the level will work as cover as long as it blocks the visibility channel. That lowers the barrier for level design significantly. The template also includes an automated clipping fix that reduces character mesh clipping into cover, a modified camera system for better in-cover view, and adjustable in-cover exposure so players can control how much of their character is visible.\u003c/p\u003e\u003cp\u003eCover-to-cover movement is available from left to right, with more moves promised later. The system is also multiplayer ready, which is a core requirement for a shooter template. Subsequent updates refined the cover behavior. V1.5.1 fixed taking cover toward stairs and the IK overlap that happened when taking cover on stairs. It added a layer for foot IK and cover IK that you can link into your main anim instance, which stops turn-in-cover montages from overriding IK adjustments. The same update added cover UIs and a block fire icon when the player is in cover.\u003c/p\u003e\u003ch2\u003eWeapon Handling From Pickup to Custom Creation\u003c/h2\u003e\u003cp\u003eWeapon handling is the backbone of the project. Players can pick up weapons, equip or holster them, switch between loadouts, quickly switch to a sidearm, or throw the current weapon away to replace it with a more desirable one. Dual-wielding pistols and a shield is supported, and v1.4.3 added dual-wielding for two-handed compact weapons. In the v1.5 update, two-handed weapons and bows can be wielded and operated in the offhand, with a batch of new animations added for those long weapons.\u003c/p\u003e\u003cp\u003eReload animations list include assault rifles, bolt-action rifles, pump-action shotguns, machine pistols, revolvers, sawed-off shotguns, and bows. Ammo management is realistic, and fire mode can be toggled between auto, burst, and semi-auto per weapon. The aim-down-sight animation adjusts automatically to fit weapons with different aiming baselines, and multiple right-hand and left-hand grip poses are included to fit the weapon in the character's hands.\u003c/p\u003e\u003cp\u003eCreating a new weapon does not require deep animation work. The weapon logic supports automatic, burst-fire, semi-auto, and single-shot behavior, including pump-action, lever-action, bolt-action, and bow. You give it basic parameters, a skeletal mesh, and some beginner-level animations, and the project handles the rest. Bullet-counted reload is available for classic shotguns, lever-action rifles, and revolvers. You can load one round or several at a time, and the logic supports revolver speed loaders and shotgun double or quad loading, with animations expected later.\u003c/p\u003e\u003cp\u003eA wide range of customizable parameters is exposed, including muzzle velocity, RPM, chamber size, magazine size, fire mode, ammo type, rounds per load, and recoil. There is also a third-person shooter parallax compensation system that automatically adjusts for the over-the-shoulder camera offset, which keeps shots on target when the camera is not perfectly aligned with the barrel.\u003c/p\u003e\u003ch2\u003eDemo Level, Enemy AI, and Multiplayer Replication\u003c/h2\u003e\u003cp\u003eThe project includes a customizable demo level set up as a close-quarters battle course. It tracks the player's best score, so it works both as a weapon test range and as a skill-sharpening tool after a long session of development. The level also supports battle against endlessly spawning enemy AI. The odds are deliberately stacked against the player, but the arena provides an endless supply of weapons and ammo.\u003c/p\u003e\u003cp\u003eEnemy AI has become more robust over the update cycle. V1.5.3 added cover and motion matching traversal capabilities to the AI, plus new combat behaviors. Earlier versions also saw fixes such as the v1.4.2 patch that prevented AI from shooting a bow. The project has been multiplayer ready since v1.3, and replication accuracy has been a focus. V1.5.1 fixed sprinting not replicating in some situations and applied a simple fix for client-side weapon attaching, with the developer noting that extra updates may follow.\u003c/p\u003e\u003ch2\u003eVersion-Specific Fixes and Future Additions\u003c/h2\u003e\u003cp\u003eThe update log is dense with incremental fixes. V1.5.2 addressed two small issues discovered after v1.5.1, and the changes are easy to integrate manually by searching for the version number in BP_TPSBaseChar, CR_FullBodyIK_UE4, and CR_Mannequin_BasicFootIK. V1.4.3 reworked the Animation Blueprint, remade animations for both UE4 and UE5 mannequins, fixed the bow's three-pin reticle so it indicates the correct distance across different screen sizes, and made arrows stick to surfaces or characters when they hit.\u003c/p\u003e\u003cp\u003eThe developer has laid out a roadmap for future updates. Planned additions include weapon and character perks or skills, more weapon types such as crossbows, flamethrowers, and lasers, an attachment system for grips, sights, muzzles, and stocks, throwable weapons like grenades and throwing knives, tactical gear like riot shields and combat knives, a full dual-wield system, full-height and half-height cover, and the ability to switch shoulder and firing hand. Network replication remains part of the plan, though it has already been present in some form since the multiplayer update.\u003c/p\u003e\u003cp\u003eThe Advanced Third Person Shooter Project is set up to handle a wide range of third-person shooter mechanics out of the box. Between the cover component, motion matching support, ProPose adjustments, sliding, and the weapon creation pipeline, it offers a practical starting point for developers who want to focus on level design, enemy behavior, or custom weapons without rebuilding core shooter systems from scratch.\u003c/p\u003e\n\n\u003ch2\u003eRelated Resources Worth Checking\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://3dcghub.com/fps-template/\" title=\"FPS Template\"\u003eFPS Template\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://3dcghub.com/infected-multiplayer-zombie-survival-third-person-shooter-template-by-kekdot/\" title=\"Infected - Multiplayer Zombie Survival Third Person Shooter Template - By Kekdot\"\u003eInfected - Multiplayer Zombie Survival Third Person Shooter Template - By Kekdot\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://3dcghub.com/multiplayer-zombie-survival-template/\" title=\"Multiplayer Zombie Survival Template\"\u003eMultiplayer Zombie Survival Template\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://3dcghub.com/definitive-fps-kit/\" title=\"DEFINITIVE FPS KIT\"\u003eDEFINITIVE FPS KIT\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://3dcghub.com/first-person-shooter-kit/\" title=\"First Person Shooter Kit\"\u003eFirst Person Shooter Kit\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e","contentTextLength":7942,"navigation":{"current":8,"total":2994,"previous":{"id":"1001043","slug":"advanced-turn-based-tile-toolkit","title":"Advanced Turn Based Tile Toolkit","category":"RPG","platform":"Unreal Engine","updatedAt":"2026-08-27T14:35:27.571Z"},"next":{"id":"13977","slug":"electronic-nodes","title":"Electronic Nodes","category":"Engine Tools","platform":"Unreal Engine","updatedAt":"2026-08-27T11:23:28.007Z"}},"relatedResources":[{"id":"12055","slug":"fps-template","title":"FPS Template","category":"Shooter","engine":"5.5+","assetVersion":"Engine version: 5.5+","engineVersion":"Aseet Version:v2.31","tag":"Shooter","accent":"teal","visual":"luts","summary":"Upgrade your development workflow with this advanced FPS Template. Based on Lyra locomotion, it provides a re-imagined, polished experience for creators building first-person shooters.","platform":"Unreal Engine","publishedAt":"2026-03-06T16:43:45.000Z","updatedAt":"2026-04-19T15:48:03.000Z","sourceNotes":[],"fileContents":[],"compatibility":["Unreal Engine","Engine version: 5.5+","Aseet Version:v2.31"],"featuredImage":{"alt":"FPS Template","src":"https://3dcghub.com/wp-content/uploads/2026/03/f312527a-fc42-42c4-b591-6c6a40f07972.webp"},"hasDownloadLink":true,"pageviews":21},{"id":"12066","slug":"infected-multiplayer-zombie-survival-third-person-shooter-template-by-kekdot","title":"Infected - Multiplayer Zombie Survival Third Person Shooter Template - By Kekdot","category":"Shooter","engine":"5.2+","assetVersion":"Engine version: 5.2+","engineVersion":"5.0","tag":"Shooter","accent":"violet","visual":"mech","summary":"Launch your game development journey with this comprehensive multiplayer zombie survival template. It features full match flow logic, shooter mechanics, and replicated gameplay actors for a seamless experience.","platform":"Unreal Engine","publishedAt":"2026-03-06T16:43:34.000Z","updatedAt":"2026-04-19T15:48:04.000Z","sourceNotes":[],"fileContents":[],"compatibility":["Unreal Engine","Engine version: 5.2+"],"featuredImage":{"alt":"Infected - Multiplayer Zombie Survival Third Person Shooter Template - By Kekdot","src":"https://3dcghub.com/wp-content/uploads/2026/03/bf7b5670-4dc2-4918-a33d-e50c42132107.webp"},"hasDownloadLink":true,"pageviews":9},{"id":"1000159","slug":"multiplayer-zombie-survival-template","title":"Multiplayer Zombie Survival Template","category":"Shooter","engine":"5.0+","assetVersion":"Asset Version:1.7.0","engineVersion":"Engine Version: 5.0+","tag":"Shooter","accent":"cyan","visual":"mech","summary":"A standalone multiplayer wave shooter template with 1st and 3rd person play, points, AI spawning, traps, lobbies, chat, and replicated systems.","platform":"Unreal Engine","publishedAt":"2026-06-18T22:34:44.428Z","updatedAt":"2026-06-18T22:34:44.428Z","sourceNotes":[],"fileContents":[],"compatibility":["Unreal Engine","Asset Version:1.7.0","Engine Version: 5.0+"],"featuredImage":{"alt":"Multiplayer Zombie Survival Template","src":"/wp-content/uploads/published/2026/06/40234d2a8548-72ef744c-3169-465e-8c47-9b75d7388d8c-173acd2dcb.webp"},"hasDownloadLink":true,"pageviews":9}]}
Shooter
Advanced Third Person Shooter Project
Unreal Engine third-person shooter template with sliding, motion matching, ProPose, cover system, weapon handling, and multiplayer-ready mechanics.
Category:Unreal Engine, ShooterPlatform: Unreal EngineEngine Version: 5.1+Published: Aug 27, 2026
Shooter
Resource overview
The Advanced Third Person Shooter Project for Unreal Engine has grown well beyond a standard third-person camera and fire-control setup. The most recent releases bring sliding, motion matching, and a reworked ProPose system into a template that already handles cover shooting, weapon pickup, reload timing, and multiplayer replication. The v1.5.4 update targets UE5.5 through UE5.8, and the project remains in active development with frequent version-specific fixes.
Sliding, Motion Matching, and the Updated ProPose System
The v1.5.4 update is the current release line. Sliding is now fully compatible with the existing Advanced Third Person Shooter mechanics, and the ProPose system has been updated to allow full body control. A new demo shows motion matching integration working alongside ProPose, which is described as a data table driven animation adjustment system. That means pose changes can be tuned from data rather than by hand-placing every keyframe.
Before that, v1.5.3 introduced motion matching fully integrated and customized for the project. The same update added ProPose as a procedural pose adjustment feature, useful for making small corrections quickly. The developer positions it as a practical fix for inaccurate retargeting results, so if a character's hands drift off a weapon or feet misalign with a surface, ProPose can nudge the pose into place without breaking the original animation.
Enemy AI received matching upgrades in v1.5.3. The updated AI can use cover and motion matching traversal, plus new combat behaviors. A full set of new aim offsets were added to pair with motion matching, and there are new in-cover actions for corner traversal. These changes tie the animation system to gameplay rather than leaving it as a visual overlay.
BP_SCSComponent and the Cover Shooter Rework
The cover system is the biggest single feature added in the v1.5 line. The project introduced BP_SCSComponent, a component that houses the majority of the cover logic. That design keeps the underlying character blueprint cleaner and makes the system easier to reuse in different projects.
The cover system supports multiple cover heights dynamically. You do not need a custom actor type or special collision object type. Any flat or reasonably curved mesh placed in the level will work as cover as long as it blocks the visibility channel. That lowers the barrier for level design significantly. The template also includes an automated clipping fix that reduces character mesh clipping into cover, a modified camera system for better in-cover view, and adjustable in-cover exposure so players can control how much of their character is visible.
Cover-to-cover movement is available from left to right, with more moves promised later. The system is also multiplayer ready, which is a core requirement for a shooter template. Subsequent updates refined the cover behavior. V1.5.1 fixed taking cover toward stairs and the IK overlap that happened when taking cover on stairs. It added a layer for foot IK and cover IK that you can link into your main anim instance, which stops turn-in-cover montages from overriding IK adjustments. The same update added cover UIs and a block fire icon when the player is in cover.
Weapon Handling From Pickup to Custom Creation
Weapon handling is the backbone of the project. Players can pick up weapons, equip or holster them, switch between loadouts, quickly switch to a sidearm, or throw the current weapon away to replace it with a more desirable one. Dual-wielding pistols and a shield is supported, and v1.4.3 added dual-wielding for two-handed compact weapons. In the v1.5 update, two-handed weapons and bows can be wielded and operated in the offhand, with a batch of new animations added for those long weapons.
Reload animations list include assault rifles, bolt-action rifles, pump-action shotguns, machine pistols, revolvers, sawed-off shotguns, and bows. Ammo management is realistic, and fire mode can be toggled between auto, burst, and semi-auto per weapon. The aim-down-sight animation adjusts automatically to fit weapons with different aiming baselines, and multiple right-hand and left-hand grip poses are included to fit the weapon in the character's hands.
Creating a new weapon does not require deep animation work. The weapon logic supports automatic, burst-fire, semi-auto, and single-shot behavior, including pump-action, lever-action, bolt-action, and bow. You give it basic parameters, a skeletal mesh, and some beginner-level animations, and the project handles the rest. Bullet-counted reload is available for classic shotguns, lever-action rifles, and revolvers. You can load one round or several at a time, and the logic supports revolver speed loaders and shotgun double or quad loading, with animations expected later.
A wide range of customizable parameters is exposed, including muzzle velocity, RPM, chamber size, magazine size, fire mode, ammo type, rounds per load, and recoil. There is also a third-person shooter parallax compensation system that automatically adjusts for the over-the-shoulder camera offset, which keeps shots on target when the camera is not perfectly aligned with the barrel.
Demo Level, Enemy AI, and Multiplayer Replication
The project includes a customizable demo level set up as a close-quarters battle course. It tracks the player's best score, so it works both as a weapon test range and as a skill-sharpening tool after a long session of development. The level also supports battle against endlessly spawning enemy AI. The odds are deliberately stacked against the player, but the arena provides an endless supply of weapons and ammo.
Enemy AI has become more robust over the update cycle. V1.5.3 added cover and motion matching traversal capabilities to the AI, plus new combat behaviors. Earlier versions also saw fixes such as the v1.4.2 patch that prevented AI from shooting a bow. The project has been multiplayer ready since v1.3, and replication accuracy has been a focus. V1.5.1 fixed sprinting not replicating in some situations and applied a simple fix for client-side weapon attaching, with the developer noting that extra updates may follow.
Version-Specific Fixes and Future Additions
The update log is dense with incremental fixes. V1.5.2 addressed two small issues discovered after v1.5.1, and the changes are easy to integrate manually by searching for the version number in BP_TPSBaseChar, CR_FullBodyIK_UE4, and CR_Mannequin_BasicFootIK. V1.4.3 reworked the Animation Blueprint, remade animations for both UE4 and UE5 mannequins, fixed the bow's three-pin reticle so it indicates the correct distance across different screen sizes, and made arrows stick to surfaces or characters when they hit.
The developer has laid out a roadmap for future updates. Planned additions include weapon and character perks or skills, more weapon types such as crossbows, flamethrowers, and lasers, an attachment system for grips, sights, muzzles, and stocks, throwable weapons like grenades and throwing knives, tactical gear like riot shields and combat knives, a full dual-wield system, full-height and half-height cover, and the ability to switch shoulder and firing hand. Network replication remains part of the plan, though it has already been present in some form since the multiplayer update.
The Advanced Third Person Shooter Project is set up to handle a wide range of third-person shooter mechanics out of the box. Between the cover component, motion matching support, ProPose adjustments, sliding, and the weapon creation pipeline, it offers a practical starting point for developers who want to focus on level design, enemy behavior, or custom weapons without rebuilding core shooter systems from scratch.