15-03-2023, 08:40 AM
(This post was last modified: 15-03-2023, 08:41 AM by josemendez.)
(14-03-2023, 09:54 PM)tegleg Wrote: thanks
is this best done in FixedUpdate?
Depends on where you're updating your solver. There's several ObiUpdater components available in Obi, the default one is ObiFixedUpdater so yes, setting particle properties in FixedUpdate is a good option.
If you want your code to work regardless of where you're updating physics, you can also use Obi's own solver callback events: http://obi.virtualmethodstudio.com/manua...olver.html
(14-03-2023, 09:54 PM)tegleg Wrote: there seems to be some fighting going on
What do you mean "fighting"?