- Home /
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
Do you mean particles as in Gameobjects?
Or particles as in particle system?
Answer by dorpeleg · May 30, 2013 at 05:01 PM
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.
can i make the particles of an particle system follow a target. otherwise my draw calls are overritten
I don't think that's possible.
As far as I know, you can't control the actual particles.
The only way I can think of that being possible is, if you create your own particle system.
Your answer
Follow this Question
Related Questions
The name 'Joystick' does not denote a valid type ('not found') 2 Answers
Goes faster when moving to monster's transform 1 Answer
How to make an enemy change tags after death. 3 Answers
Substitute of collision 2 Answers
C# Online help 1 Answer