Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Multiple obi solvers
#3
Thanks ! It works a lot better with only one ObiFixedUpdater Gran sonrisa .

For the "death spiral", I'm aware of it and I currently have some algorithm that dynamically choose a fixedDeltaTime between 1/30 and 1/120 to be more consistent with the simulation time.

However, I still have 2 problems with performance :
  1. When my 4 gameobjects with ropes are instantiate, I have a performance hit, due to obi fixed update (see capture https://imgur.com/a/0V04YNb). Have you an idea of where it comes from ? And how could I reduce it ?
  2. Globally with 12 ropes of a few meters (approximately 1500 particles in total), 2 iterations for bending and distance, The performances are "only" near 30 fps. Is it normal ? (Unity 2021.2.4, CPU : AMD Ryzen 7 4800h, GPU : Nvidia RTX 2060, RAM : 8 GO)
Reply


Messages In This Thread
Multiple obi solvers - by lufydad - 17-01-2022, 10:42 AM
RE: Multiple obi solvers - by josemendez - 17-01-2022, 11:01 AM
RE: Multiple obi solvers - by lufydad - 17-01-2022, 03:21 PM
RE: Multiple obi solvers - by josemendez - 17-01-2022, 08:14 PM
RE: Multiple obi solvers - by lufydad - 19-01-2022, 05:18 PM
RE: Multiple obi solvers - by josemendez - 20-01-2022, 11:00 AM
RE: Multiple obi solvers - by lufydad - 21-01-2022, 03:50 PM
RE: Multiple obi solvers - by josemendez - 21-01-2022, 03:57 PM
RE: Multiple obi solvers - by lufydad - 21-01-2022, 04:39 PM
RE: Multiple obi solvers - by josemendez - 21-01-2022, 06:12 PM
RE: Multiple obi solvers - by lufydad - 24-01-2022, 02:10 PM
RE: Multiple obi solvers - by josemendez - 24-01-2022, 03:05 PM
RE: Multiple obi solvers - by lufydad - 24-01-2022, 04:10 PM
RE: Multiple obi solvers - by josemendez - 25-01-2022, 09:32 AM