Particle follow object

hello i am from germany and program a space shooter for android since days. i have a particle system, which shots particles.

Question 1: how can a particle change his position. because i want to make, that a particle follows an object

Question 2: can i give the particle a tag? or how can i detect from which object the particle was shot?

sorry for my bad engglish, i’m only 15

Make a Gameobject to hold the particle system.

On that game object, you can have a script that tell it to follow another object and detect what object shot it.

Hint: GetComponent.