3
votes

I'm new in unity and I'm trying to build a simple winning effect using particle systems.

My effect consists of two particle systems, the first one for colored stars and the second one for balloons.

The particle system in scene view works perfectly, but in game view the ballons look like green squares.

Scene View:

enter image description here

Game View:

enter image description here

So, what is the problem in rendering the ballons?

Thanks in advance.

1
Are you sure all Balloons are set to be Texture Type : Sprite(2D and UI)? - MathewHD
Actually, I'm use it as a material, so I created a material with shader -> particle/standard surface. - karim alaa
Is every ballon like the green one in the Game View? - MathewHD
Yes, it is like the green one or only small part of the green square appear. - karim alaa

1 Answers

4
votes

Try to go to the render tab and set your "Material" to "Sprites-Default" and then inside the "Texture Sheet Animation" set your mode to "Sprites"