Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Deactivating the obi solver when not needed ?
#4
Hi,

You should only disable the ObiSolver component. This stops the simulation, keeping all data in place.

If you disable the entire gameobject, then all actors will be disabled too, and all their data (particle positions, velocities, etc) will be removed from the solver.
When you re-enable it, all this data has to be copied back and the actors re-added to the solver, which is considerably more costly.
Reply


Messages In This Thread
RE: Deactivating the obi solver when not needed ? - by josemendez - 13-05-2021, 03:03 PM