My blogs/videos on Adobe Animate
I managed Adobe Animate team for a couple of years and during that time wrote a few blog articles and created feature videos. These articles and and videos were published on Adobe blog and Animate...
View ArticleSnakes & Ladders Game
I have implemented another game using Unity, after my first Unity game, Single Wicket Cricket. The new game is Snakes & Ladders. You can watch demo of the game in the following video. You can play...
View ArticleOnline Multiplayer Snakes & Ladders
I had previously blogged about the Snakes & Ladder Game I had created. That was a multiplayer game but was not an online game – i.e. multiple people could not play the game together remotely. I had...
View ArticleFeed-Fish Game
This is another Unity game I developed recently, may be a bit silly one but I enjoyed creating it and learned a few new things. In this game you navigate the fish to ‘eat’ numbers. Higher the number...
View ArticleSetting up Ubuntu for HuggingFace
Just wanted to document steps I took to successfully setup an Ubuntu machine for using models on HuggingFace. Refer to https://huggingface.co/docs/transformers/installation for installation...
View ArticleRunning Jupyter Notebook in Ubuntu Docker Container
Recently I attempted to run Jupyter Notebook in Ubuntu Docker container for a project requiring OpenCV and PyTorch. Sharing the Docker configuration files I used here. docker-compose.yml Jupyter...
View ArticleSetting-up Unity FirstPersonController in Terrain
Recently I attempted navigation of the player in Unity using its FirstPersonController component in a terrain environment. I had created character controller from scratch for the player navigation...
View ArticleImport Assets from Blender to Unity
In the last blog post I created a terrain with trees and hills in Unity and added a First Person Controller (FPS) to navigate it. In this blog post I will add an asset from Blender into Unity with all...
View ArticleStep-by-Step Guide: Stick-Figure Animation in Blender and Unity
I am writing this post more for my own reference. I wanted to created a character in Blender, rig and animate it and then use it in Unity. Following videos show how I did this. I created a simple,...
View ArticleSkyWar Game
I have developed yet another simple and short game using Unity, which I am calling SkyWar. You can watch a brief intro of this game in the following video – The goal of the game is to destroy enemy...
View Article