This article teaches you how to use Sprites or other custom 2D images with the particle emitter in Unity. I used this technique to create particle animations in my game, Puzzledorf. Whenever you do something right in the puzzle, particles explode. 1. Create your sprite and import it to Unity (look here if you haven't... Continue Reading →
How To Make A Custom Mouse Cursor – Unity
This is a quick guide on how to make a 2D, custom mouse cursor in Unity, from making the texture, getting it into Unity, and then actually using it in your game.
How To Import Sprite Sheets – Unity
This tutorial teaches how to import 2D pixel art graphics so they are nice and crisp, and then how to chop up your sprite sheets.
How To Optimize a Unity Game
Last year I was working on a big RPG project as part of my studies. It looked great but didn't run so well on the ps4 dev kit. After a lot of tweaking I got it from a pretty stuttery frame rate to something smooth. This guide will tell you how I did it.