DevLog #6 - Attack animations

In previous posts I talked about basic and procedural animations of the main character and his abilities. Now it is time to talk about different attack animations and some other contextual animations.

Shader animation in Unity

In this blog-post I will explain how to animate simple creatures using vertex shader. I will use rat as an example, but the same method can be used to animate fishes, birds, bats and other small creatures that are not the main focus of the player.

DevLog #5 - Procedural animations in Unity

In this devlog I will talk about procedural animations of main character’s abilities which are completely or partially created and controlled from code inside Unity.

DevLog #4 - Character animations in Blender

Main character modeled and rigged, now it’s time to animate it.