Skip to content

feritiro/UnrealEngine5-ActionAdventure-ThirdPerson-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Action Adventure Game – Unreal Engine 5.5 (Code-Only Demo)

Gameplay Demo

📝 Description

This is a 4-month development demo of a third-person action adventure game built in Unreal Engine 5.5.
The project focuses on implementing combat systems and enemy AI behavior using C++ and Gameplay Ability System (GAS).

Note: This repository contains only the C++ source code. It is not a full project and will not compile on its own.
It is intended as a technical reference for Unreal Engine 5.5 GAS-based systems.

📹 YouTube Demo

Watch the gameplay demo here:
https://youtu.be/U5WQ4QQiGhk


🇯🇵 日本語

これは、Unreal Engine 5.5で制作された3人称視点アクションアドベンチャーゲーム4ヶ月間の開発デモです。
主な内容は、戦闘システム敵AIの実装です。

⚠️ このリポジトリにはC++ソースコードのみが含まれており、単体でのビルドや起動はできません
Unreal Engine 5.5のGASベースのシステムの技術的な参考資料として公開しています。

🎥 デモ動画はこちら:
https://youtu.be/U5WQ4QQiGhk


📁 Structure

  • Source/ActionAdventure/: Main C++ source files for the game logic.
  • Implements:
    • Combat system using GAS
    • AI perception and behavior trees
    • Character controller and ability input bindings

About

This is a 3-month development demo of a 3rd person action adventure game made in Unreal Engine 5.5. The content is combat and enemy AI. Far from the final version. これは、Unreal Engine 5.5で制作された3人称視点アクションアドベンチャーゲームの3ヶ月開発デモです。コンテンツは戦闘と敵AIです。最終版には程遠いものです。

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors