13-07-2023, 05:47 PM
I would like a script that changes the color of an Obi fluid emitter. Sorry for the newby question, I'm new...
Scripting color changes
|
13-07-2023, 05:47 PM
I would like a script that changes the color of an Obi fluid emitter. Sorry for the newby question, I'm new...
14-07-2023, 06:25 AM
(This post was last modified: 14-07-2023, 06:25 AM by josemendez.)
(13-07-2023, 05:47 PM)glipkowitz Wrote: I would like a script that changes the color of an Obi fluid emitter. Sorry for the newby question, I'm new... Hi there, I'd recommend learning C# before moving on to more advanced subjects like fluid simulation, otherwise you'll get stuck at quite literally every step of the way. Particle color is a public property of the ObiParticleRenderer component, so you can set it like you would normally in Unity: get a reference to the component, and set the property: Code: public class ChangeColor : MonoBehaviour kind regards, |
« Next Oldest | Next Newest »
|