Version: Unity 6.3 LTS (6000.3)
Language : English
Replace the placeholder sprite
Create sprites from a texture

Sprite editor

Use the spriteA 2D graphic objects. If you are used to working in 3D, Sprites are essentially just standard textures but there are special techniques for combining and managing sprite textures for efficiency and convenience during development. More info
See in Glossary
editor to prepare sprites for your Unity project by slicing large textures or sprite sheets into separate sprites.

Topic Description
Create sprites from a texture Edit the sprite name and borders for 9-Slicing.
Resize polygons Change the shape, size, and pivot position of your sprites.
Sprite Editor: Custom Outline Edit the shape of the meshThe main graphics primitive of Unity. Meshes make up a large part of your 3D worlds. Unity supports triangulated or Quadrangulated polygon meshes. Nurbs, Nurms, Subdiv surfaces must be converted to polygons. More info
See in Glossary
that Unity renders the sprite texture on.
Sprite Editor: Custom Physics Shape Edit a sprite’s Physics Shape.
Sprite Editor: Secondary Textures Associate additional textures with edited sprites.
Sprite Editor Data Provider API Add, change, and remove sprite data in a custom importer or editor tool.
Sprite asset reference Explore the properties of a sprite asset.
Sprite Editor tab reference Explore the properties and settings you use to configure sprites and convert a texture into multiple sprites.
Replace the placeholder sprite
Create sprites from a texture