Search code examples
unity-game-enginespritegame-enginegame-development

How to delete sliced sprites in Unity3d


When I slicing a sprite in Unity.

I mistakenly sliced a piece that i don't want

Here the Menu Buttons_0

enter image description here

Now, I want to delete that garbage

Is there any way I can delete the Menu Buttons_0


Solution

  • 1.Select the original image from the project tab.

    2.While the image is selected, on Inspector tab, click Sprite Editor to open it.

    3.Select the sprite to delete (Menu Buttons_0)

    4.Hold the Command button key then press the delete key. On Windows, this should be Ctrl + Del. On some keyboards, it is the Function + Del.

    This step depends on the type of keyboard you are using. If using Windows keyboard, pressing the Delete key is enough to handle this.

    If using Apple keyboard either from bootcamp or some other ways, you will have to use one of the key combinations above.

    5.Click Apply.

    That's it.