How to Make a 2D Rain Effect in the Unity Engine
|

How to Make a 2D Rain Effect in the Unity Engine

Rain in video games can enhance the atmosphere significantly, even in 2D games. However, It’s not clear how to make rain in a video game and using the wrong technique can hurt performance. Fortunately, rain is very straightforward to implement using the particle system, and we will show you how to do this efficiently in…

Featured image.

How to Implement In-App Purchases with Unity IAP

This tutorial illustrates how to implement in-app purchases (IAP) for games that use the Unity engine. In this tutorial, we use the scripted approach to handle the purchases with a focus on mobile games that are built to run on the Android™ platform. The next section contains the steps for creating a demo project using…