Ever Beyond: Idle Space Game
My latest merge-based idle game is now available! Discover the wonders of space in this immersive idle game that blends captivating storytelling with addictive gameplay mechanics.
Blog
Tutorials, tips and some thoughts on game development and programming.

Update Your (Unity) Game Using PlayFab Without Releasing a New Version Part-2
Learn how to write a custom JSON converter to utilize the Json.NET framework with its attributes, callbacks, etc. Learn how to isolate the complex code for the deserialization so you can focus on the data classes instead.

Update Your (Unity) Game Using PlayFab Without Releasing a New Version Part-1
Learn how to store game data remotely on PlayFab servers to easily change configuration on the fly without releasing a new version of the game.

Using UniRx To Perform Web Requests In Unity
Learn how to perform web requests with UniRx in Unity in play-mode and edit-mode.

Unity Coroutines and Problems With Them
Understanding Unity Coroutines and the common problems you might encounter when using them.

Implementing a virtual cursor in Unity
Implementing a virtual cursor in Unity to be used in 3D environment.