Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Lots of Allocs in Editor Update (Poor Performance in Editor)
#1
There is significant slowdown when using the spline tools with a significant number of splines in the scene. Upon profiling the editor, it's noticed that the GC allocs inside the EditorUpdate delegate calls in the various curvy scripts grinds the editor to a halt.

Whatever seems to be causing the editor slowdown fortunately doesn't seem to affect in game performance but this makes it night unusable to go into the scene view.

Any ideas of what the cause might be here? A deep profile with call stacks simply  says there's a GC alloc but there's a lot of code to sift through. Any help is much appreciated!

EDIT: Wanted to add a few details, there are no generators in the scene but there is essentially a 20x20 grid of splines with more splines connecting the diagonals of each grid square (so, that's a LOT of splines).
Reply


Messages In This Thread
Lots of Allocs in Editor Update (Poor Performance in Editor) - by TdayMFG - 02-05-2020, 06:40 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Curvy Splines Built In Editor Undo causes issues. Lupos 1 9 10-02-2023, 08:52 AM
Last Post: _Aka_
  I want to improve the performance of Variable Mix Shapes yanke 7 8 07-27-2023, 09:15 PM
Last Post: _Aka_
  Can Curve Spline be used for an in game level editor. Lupos 30 71 06-03-2023, 10:58 AM
Last Post: _Aka_
Brick Extending Curvy to make a Hallway editor. JacobSL 5 396 02-13-2023, 09:29 AM
Last Post: _Aka_

Forum Jump: