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.
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.
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.
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.
Main character modeled and rigged, now it’s time to animate it.
So, the models of the main character and his abilities are ready, now it’s time to prepare it for animation. In my case there are 2 steps: rigging (create and setup virtual skeleton) and skinning (connect mesh vertices to the virtual bones).
In previous blog-post I’ve shown concept art for the main character and his special abilities. Now it’s time to see how it looks in 3D.
In this article I will write Unity cel-shader (also known as toon-shader) from scratch. I will show and explain some tricks that are quite useful, but not so many people know about them
In this blog post I’d like to talk about the main character of the game - Prince. I will cover his backstory, character design, weapons and special abilities.
In the game where avatar become weaker and weaker, the player has to become stronger, more skilled and get more knowledge about game world in order to succeed.