Join RIN, the last child of the Creator, on a journey to restore order in a mystical world. Collect aspects and runes, craft spells, and confront powerful bosses - your transformed siblings. The fate of the world rests in your hands. Can you restore harmony to this enchanted realm?
[img]{STEAM_CLAN_IMAGE}/42263449/0649b0096b29595fee6b07ba94d0fb8a766fbe42.png[/img]
The third part of the Devlog about monsters and the process of their creation is finally here!
In the meantime, we have released a Demo of RIN that you can download for free on Steam. Thank you very much for playing and for your feedback! (We addressed some of the comments and have already introduced some improvements!)
Now let’s move on to the last part of the monster’s Devlog. In the previous part [url=https://store.steampowered.com/news/app/1960070?emclan=103582791471784857&emgid=5347478712004850652][Devlog #6: Monsters & Creation process][/url] we discussed the design process. Today we will try to present this process more closely on the example of Shildar with more technical details.
[img]{STEAM_CLAN_IMAGE}/42263449/65a211a002e12453248ee366e78704a68576b696.png[/img]
[h2]What happens after design?[/h2]
After the brainstorming and designing era, we had the final image of the monster. But Shildar still needed to be brought to life with some animation!
[img]{STEAM_CLAN_IMAGE}/42263449/56570da96fd3c931cc4789aacb392bda083ce18d.jpg[/img]
We started with the animation process, for which we had to have suitable graphics. The entire Shildar art had to be properly cut and prepared for further editing.
[h2]Animations[/h2]
We’ve made a mesh for all graphics in Spine. These meshes helped to reduce any distortions or bends and allowed us to build a 3D effect on flat 2D pictures. After preparing them, we moved on to building the skeleton. We often used Inverse Kinematics Points to make our work easier and to achieve more natural movements.
[img]{STEAM_CLAN_IMAGE}/42263449/96b465217d7467b7c85bd2dd0221c45ce272f426.gif[/img]
Once we had the skeleton, we attached the graphics to the corresponding bones. Through the Weights System, we could influence how much the movement of a given bone affects the selected area.
[img]{STEAM_CLAN_IMAGE}/42263449/673e5b5983802146412493b075b36073f2ea99d2.png[/img]
After these steps were completed, we started creating the final animations. We tried to make them dynamic, so we followed the principles of physics to make them as convincing and attractive as possible. Then, we exported the finished animations to the Unity engine.
[h2]Implementing[/h2]
Having the prepared animations, we could finally implement the necessary mechanics, combine them, and put them in the game. We have implemented the mechanics of monster behavior in the form of separate scripts that are run using the Finite State Machine. We used the Playmaker tool to create it.
The Finite State Machine must have specific transitions between each state, which we obtained through iterative preparation of the behavior tree at the design stage.
[i]Playmaker - state tree[/i]
[img]{STEAM_CLAN_IMAGE}/42263449/720a4f6da6309b40489b37d12188553b08d928d8.gif[/img]
Each behavior of the monster is implemented in the form of a Scriptable Object. Thanks to this solution, the balance of monsters is faster and easier because we do not need to change the code. We only need to put different values in the Unity editor to make adjustments.
[i]Unity - editor[/i]
[img]{STEAM_CLAN_IMAGE}/42263449/0270ec001afb337498a46e0f11fb8af9f2654439.png[/img]
Only the animation transitions were missing to fully revive the Shildar. In this case, we used the Animator, in which we created a similar tree of state transitions.
[i]Animator - state transitions[/i]
[img]{STEAM_CLAN_IMAGE}/42263449/92432e0dd966088d60df554ec333737dcb5fcb70.gif[/img]
We finally managed to complete the entire process of designing and bringing this creature to life. We also taught Shildar to walk and do some magic tricks.
[i]Shildar - final version, one of the animations[/i]
[img]{STEAM_CLAN_IMAGE}/42263449/da8dbd291ab57baf801dad68e9760049c8cc32c9.gif[/img]
Watch out for it during your journey! Shildar is quite a strong opponent.
[img]{STEAM_CLAN_IMAGE}/42263449/53a58ae046ca91e11c8a2af4720d66b1aa1e1dc0.png[/img]
https://store.steampowered.com/app/1960070/RIN_The_Last_Child/