But It don't Instantiate the Particle
(comments are locked)
|
|
Not really sure what you want this script to do, but it looks like your update function is always going to be destroying your gameObject everyframe. Update your post with want your script is suppose to do, and what its doing now.
(comments are locked)
|

Put Print("test"); just before your instantiate inside the if statement to see if you're getting to that part of the code