Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help  Particle System
#1
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?
   
Reply
#2
(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,
Reply
#3
(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.
Reply