Show / Hide Table of Contents

How to: Create your first sprite

Creating a sprite

  1. Open the sprite editor window. Go to "Window > RetroKit > Sprite Editor".
  2. Click "New" in the "Sprite Properties" window.
  3. Give the sprite the size you want.
  4. Draw your sprite by using the tools in the "Toolbox" window and the colors in the "Palette" window.

See also: Sprite Editor
See also: Sprite Editor Controls

Using the sprite in a scene

RetroKit generates native Unity Sprite and Texture assets which you can use as normal.

The default locations for these assets are:

  • RetroKit/Graphics/Sprites
  • RetroKit/Graphics/Textures
Back to top Generated by DocFX