Hello, i was trying to create particles here. So upon pressing spacebar, particles are created at the active point.
But upon pressing spacebar like 11 times, It doesn't create particles anymore and I do not understand why, could someone explain me?
Printable View
Hello, i was trying to create particles here. So upon pressing spacebar, particles are created at the active point.
But upon pressing spacebar like 11 times, It doesn't create particles anymore and I do not understand why, could someone explain me?
You reach the object limit (which is 1000 by default) since you don't destroy the particles after they become invisible. Set them to destroy when their Alterable Value A is greater than 255 and you should be fine :)
Thank you so much ^^
No problem, and welcome to the community :D
Thanks ^^ Will be hanging here a lot !