How to delete sliced sprites in Unity3d
Asked Answered
P

2

7

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

Pone answered 8/5, 2018 at 18:17 Comment(0)
I
13

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.

Inessive answered 8/5, 2018 at 18:39 Comment(3)
thanks,I am windows 10. And it is not Ctrl+Del key. for my case just pressing Delete key is working. I also have a Del key but that's not working.Pone
Only pressing Delete key is working fine on Windows 10Pone
Yes, it depends on the keyboard type and the OS too. I've even had to use the function key + del to get it work on some keyboards(Apple keyboards). Added that to the answerInessive
T
0

For those using boot camp, it's fn + shift + delete.

Towrope answered 15/7, 2020 at 11:20 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.