News

This Unity project allows rendering of your 3D model to a flat sprite, which can be used in your 2D game. It also allows rendering a spritesheet of your 3D model during rotation. I created models ...
A sprite sheet is a large image containing many smaller images arranged in a grid. The main idea is to speed up load time and compute resources as computers are well optimized for working with images.