I Want to make 1 sprite from multi sprite

Hello.
my character mede by multi sprite.
then, i want to add effect to my character.
so i want to put together my characer to one sprite.
i think texture render is useful,
is there are any sample?
thanks.

Please help me.

Not sure what you mean, you want to integrate your char sprites into one sprite? Try using sprite pack in unity?

Hello, Thanks to your Reply!
Im not english user, so very sorry to my bad english.
2454534--168657--新規キャンバス.png
In example, here is my character,
this character is made by multi sprite,
and i adda clipping effect,
then


it cause this, clipping is effect to each other part.

i want to clip

as this.

So i want to merge sprite to one texture,
and i want anyone’s help.
thanks!

Oh i see now, sorry i misunderstood.
Maybe you can do it in animation. click the record and disable the part you want to clip in each frame.

thanks.
But i add a effect clipping “for example”.
i want to add another effect.(ex, dissolve,distort,atomize…)
so i want to render to texture.
thanks your reply, im very glad.

Same, you just adjust each part’s position or scale or rotation in animation.

https://www.youtube.com/watch?v=4qE8cuHI93c

In 5 mins, pay attention to animation, he added a lot of properties.Hope it’ll be helpful.

sorry, i want not rotation or scaling or… other animation state.
Why I want to merge sprite,I want to add shader effect to sprite.
here is my sprite atlas,
2454631--168670--八九座2ザコ.png
I made multi sprite from atlas,
and i add shader effect to my sprite,
shader calicurate each other sprite part but reference one atlas.
in example when add “clipping from left effect” to my character’s sprite,
shader referense my atlas, so "gun"part disappere first(because it is left side).
It cause my #4 posts.
So i want to “merge” sprite in one texture to correct shader effect.
Thanks to your reply.

Create a new object, and add you char sprites as a child object. Then you add your effect in the object you just created. Does it work?

1 Like