Posted on

Unity – How to Create a Diablo 2 Monster – 3D to 2D Rasterization Pixel Art with Blender

For this Unity and Blender lesson, I show you how to take a 3D model and turn it into a 2D Rasterized sprite. This process has been used in many other video games such as Doom, Diablo, and Clash of Clans. This process is used to improve the optimation of your video game or as a way to stylize your game like pixel art.

Rasterization is most commonly used for games where you have a fixed camera. When you have a fixed camera the player is limited on how many different angles they can look at an object and when an object is only viewed from limited angles you might as well save some rendering power just go with some 2D sprites. You can tell an object has been rasterized if when you get close to the object or you zoom in on it and you can start to see the pixels of the 2D spite.

For a good lesson on how to make your rasterized images pixelated and look like pixel art, check out this blender tutorial.

Posted on

My New Scary Game Unity Project – CAMPFIRE Ep 1

In this video, I will be working on a new Unity Project. This project is going to be an Among Us type game. I am going to document the process of development for this project and you will be able to see it become a finished game. This game will have multiplayer where one player will be picked to be the monster like the imposter. The main difference between my game and Among Us is that Among us plays like a game of murderer in the dark my game will play more like hide and seek or tag.

Posted on

How to Polish and Finish a Game in Unity

For this Demo tutorial, I will show you how to take an unfinished game that has been white-boxed and the basic gameplay is coded and polish it to the point of publication. I have another mini-game that I have created for My Crypto Games but it is missing many of its final detail to be ready for the app to be updated. I will show you how to replace models with their final assets, add particle effects, and fine-tune scripts.