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.
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
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
