Hey, so I was looking into using mesh (Sphere that has script to pursue “Player”) as particles but all I found was “Write a PS” soooooooo I’m thinking of cheat ways of making one since I know nothing about “writing Particle systems”.
So my question is:
How do I spawn a sphere in my scene and then have it die after 5 sec (float)
I’ll look into spawning a bit more, but I thought I’d ask here as to search in 2 places at once.
Just so you know why I’m trying to do this, I’m making a Sidescroller like Mario but the enemies rain down on you and they get in your way, cool part would be that you can use the enemies to jump off of if you can time it just right.
yes I did, I'm still looking. I don't want to create just any object, I want to spawn an object I already have in my scene multiple times. the reason being, the object has a script on it to pursue the player.
– RickHurdOK. You will want to create a prefab of your object. Start here: http://docs.unity3d.com/Documentation/Manual/InstantiatingPrefabs.html
– cagezero