Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
CurvyConnection Update Overhead
#1
Hi there,

We're noticing some pretty significant performance overheads from CurvyConnections. It looks like regardless of the auto create or auto enable/disable settings on the pools, we have about 1000 CurvyConnections getting spawned on startup for pool usage. Each of these seems to be running Update, FixedUpdate, LateUpdate and EditorUpdate (the last only in Editor obviously).

Our performance hit from this is not insubstantial. Below is a sample DeepProfile:

null

Keep in mind Curvy splines exist in the scene, but are completely unused at this point. No transforms are being changed and no spline methods are being called. I have checktransform off on all splines, but the connections seem to be completely separate and I haven't found any settings that can successfully optimize them. ^ The above deep profile is also only showing the FixedUpdate, but the Late and regular Updates shouldn't be forgotten.

Can anybody give some advice on what we can do to lessen this performance impact?
Reply


Messages In This Thread
CurvyConnection Update Overhead - by wingednosering - 10-05-2021, 04:21 PM
RE: CurvyConnection Update Overhead - by _Aka_ - 10-05-2021, 09:55 PM
RE: CurvyConnection Update Overhead - by _Aka_ - 10-06-2021, 07:34 AM
RE: CurvyConnection Update Overhead - by _Aka_ - 10-07-2021, 05:53 PM
RE: CurvyConnection Update Overhead - by _Aka_ - 10-07-2021, 07:31 PM
RE: CurvyConnection Update Overhead - by _Aka_ - 10-07-2021, 07:42 PM
RE: CurvyConnection Update Overhead - by _Aka_ - 10-13-2021, 05:23 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Calling Update with defined deltatime Marco Schultz 3 8 01-25-2023, 01:58 PM
Last Post: _Aka_
  I want SetLocalPositions to update all CPs at once. yanke 3 7 05-30-2022, 02:50 PM
Last Post: _Aka_
  Update - Which folder to delete Marco Schultz 3 8 04-26-2022, 05:00 PM
Last Post: _Aka_
  Lots of Allocs in Editor Update (Poor Performance in Editor) TdayMFG 4 3,151 02-06-2020, 10:13 PM
Last Post: _Aka_

Forum Jump: