Almost all games that are developed in Unity uses some configuration values for the game
Continue reading »Author: Kunal Tandon
Creating a 2D Homing Missile in Unity
Many 2D games use homing missiles to target players and the movement looks really amazing.
Continue reading »Reflecting Rays in 2D game
Many games are available in the store that is based on the principle of reflection.
Continue reading »Creating drop shadows for Sprites
Many Unity games use drop shadows for sprites to add shadows to 2D games. In
Continue reading »Creating Awesome Scene Transition Effects in Unity
In this article, we will be creating a smooth looking transition while scene changing. By
Continue reading »Scaling Sprites to Screen’s Resolution – Part 2
Scaling Sprites based on Screen Resolutions In the above article, we learned how we can
Continue reading »Scaling Sprites based on Screen Resolutions
While developing 2D games, there exist some scenarios where we want the sprites to fit
Continue reading »Implementing Unity Android Audio without delay
Audio latency on Unity 3d Android Platform In the above blog, I discussed the issue
Continue reading »Event Loops, Event Tables & Event Queues in JavaScript
Ever used the delayed function execution in JavaScript using the setTimeout or setInterval, or even
Continue reading »