This project is being built on Unreal Engine 5.0.x.
Project Elementus is a third person template that can be used to start projects that will use some new features that come with Unreal Engine 5 as well as powerful existing features like the Gameplay Ability System and others!
My intention with this development is to help other developers in their projects by providing a starting point with already implemented functionalities. ❤️
I will be posting updates frequently on this forum
thread: Epic Developer Community
Please give some feedback and feel invited to test the project and help me with this work. : )
- Gameplay Ability System;
- Modular Game Features plugins;
- Epic Online Services;
- Enhanced Input;
- Networking/Replication/Multiplayer;
- Custom plugins;
- And others.
- AMD FidelityFX Super Resolution 1.0 - UE5 Adapted ver.
- Modular Game Features - Extra Actions
- Elementus Inventory
- EOS SDK Handler
- Git Large File Storage (Only if you're cloning this repository)
All dependencies are included as Git Submodules. They will be installed automatically on clone.
To check if the dependencies are installed, run the following command:
git submodule status
To update the dependencies, run the following command:
git submodule update --init --recursive