unity3d - How to use free particles available in the unity store after importing? -


i wanted particle textures particle system. looked in unity store , there free ones, imported them. when go inside textures folder, textures full block images , not single transparent texture.

i researched before asking question couldn't find related it. scene bright can't use black background block textures.

do need edit them further cropping , removing background? or doing wrong?

try 2 ways.

(1) can try creating new material. assign material image want use.

to create material==> assets -> create -> material give name it, adjust it.

"create new material , apply texture clicking blank box next albido, selecting desired texture."from here

done! assign particle system.

(2) assign texture particle system. in particle import setting try alpha transparent (in inspector) checked/unchecked.


Comments

Popular posts from this blog

amazon web services - S3 Pre-signed POST validate file type? -

c# - Check Keyboard Input Winforms -