Obi Official Forum

Full Version: Particle System
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
He added particle advection. In this, I want to edit the startSpeed part of the Particle System properties by code. To begin with, I give 0 so that it doesn't work immediately, and then I want to assign it as 3 when there is interaction. I can't access the Particle System features on the code side.

Can you help me?
[attachment=1627]
(17-01-2023, 09:42 PM)ugurcamoglu35 Wrote: [ -> ]He added particle advection. In this, I want to edit the startSpeed part of the Particle System properties by code. To begin with, I give 0 so that it doesn't work immediately, and then I want to assign it as 3 when there is interaction. I can't access the Particle System features on the code side.

Can you help me?

Hi!

ParticleSystems are a part of Unity, they are not a part of Obi. If you're having trouble modifying a particle system programmatically, I'd suggest asking in the Unity forums: https://forum.unity.com

kind regards,
(18-01-2023, 08:26 AM)josemendez Wrote: [ -> ]Hi!

ParticleSystems are a part of Unity, they are not a part of Obi. If you're having trouble modifying a particle system programmatically, I'd suggest asking in the Unity forums: https://forum.unity.com

kind regards,
Thanks. Sorry for the confusion, I was confused.