Obi Official Forum
Help Particle System - Printable Version

+- Obi Official Forum (https://obi.virtualmethodstudio.com/forum)
+-- Forum: Obi Users Category (https://obi.virtualmethodstudio.com/forum/forum-1.html)
+--- Forum: Obi Fluid (https://obi.virtualmethodstudio.com/forum/forum-3.html)
+--- Thread: Help Particle System (/thread-3732.html)



Particle System - ugurcamoglu35 - 17-01-2023

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]


RE: Particle System - josemendez - 18-01-2023

(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,


RE: Particle System - ugurcamoglu35 - 18-01-2023

(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.