Many 2D games use homing missiles to target players and the movement looks really amazing.
Continue reading »Tag: unity
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 »Implementing Unity Android Audio without delay
Audio latency on Unity 3d Android Platform In the above blog, I discussed the issue
Continue reading »Coroutines in Unity
A coroutine is like a function that can be executed with the ability to pause
Continue reading »Scriptable Objects in Unity
Scriptable objects in unity can be imagined as if a data model has been saved
Continue reading »Creating a dotted line in Unity
Being a game developer, I use Line Renderer a lot to draw lines with Unity.
Continue reading »