Publisher | SoftLeitner |
---|---|
File size | 25.84MB |
Number of files | 1235 |
Latest version | 1.5.3 |
Latest release date | 2024-04-22 05:22:01 |
First release date | 2022-04-07 12:49:16 |
Supported Unity versions | 2018.4.2 or higher |
Demo | Manual | Forum | Discord
Getting Started | Visual Scripting
Action Adventures are a very wide, loose genre with all kinds of different games and sub genres. There are some things that many of them have in common though. Lots of them focus on characters that perform actions. These might have items that change hands and attributes that define their capabilities.
AAK was made to provide a solid foundation for these common ideas within the genre so you can focus on what makes your game special.
As AAK goes for a broad base of functionality rather than something more specialized it generally tries to do anything in the most default, unity-built-in way possible. For example the movement in the souls demo uses the default unity character controller and the intro is done using timeline. To accommodate for the fact that more special systems may be required for movement, inventory, actions, … AAK was made from the ground up with extendability in mind.
The AdventureSouls demo project uses URP and various other parts of the modern unity ecosystem like the New Input System, Cinemachine and ProBuilder.