Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help  Performance
#3
(14-11-2018, 05:13 AM)ddematheu Wrote: Any help with this?

Hi there,

You can use both Unity's built-in profiler as well as the ObiProfiler component to see what might be the cause. Quite often people run into death spiralling. This is given away by the fact that FixedUpdate() is being called multiple times per frame. If you are, reduce Unity's "max physics timestep" parameter. See:
https://www.youtube.com/watch?v=sUVqa-72-Ms

Also remember than deep profiling adds a 60-70% overhead, so things will be much much faster with profiling disabled.
Reply


Messages In This Thread
Performance - by ddematheu - 06-11-2018, 08:49 AM
RE: Performance - by ddematheu - 14-11-2018, 05:13 AM
RE: Performance - by josemendez - 14-11-2018, 09:48 AM