Hello everyone,
I am new to unity… I have some problem regarding texture design and glowing effect for bullet object…
I have taken capsule as an bullet…
I want my bullet design like this… Can you guys please guide me to make bullet like this?? DO i need to use particle system??
Thanks in advance for your support an help…
If u r planning a 2D game like that,a capsule wont help u create that bullet.
In that game they use Rectangular Quads with alpha blended textures.Use one or two or more quads(planes) crossing each other with the texture applied using a particle additive material.This will give u a start
The texture will look like this.

In unity it will look like this with crossed quads…