Sprite from sheet disappear when bones are created in skin componant

So I am making a 2d character with a rig for the spritesheet made up of body parts. I have done this successfully before following a tutorial. Now though when I add the sprite skin component and create the bones the sprites from the sheet disappear in the scene and all that is left is the bones.
I saw people reporting this error but no solutions were given. How do I fix this?

I gave it weight and it solved my problem

3 Likes

This happened to me when creating a rig from a png sprite sheet, using sliced sprites and while giving each body part its own Sprite Skin component.

Some body parts would randomly go invisible for no reason, but playing the project once seemed to restore the sprites in scene view.

This worked, thank you so much!