I have a strange issue that only occurs in Editor mode but does not occur when I build my game.
Anytime I press a key, even if the key does nothing, I get frame drops/jitters. I looked at the profiler and found that the cause of this is the EditorLoop. It's total is extremely high and it spikes higher anytime I press a key:

I believe that this is the Dialogue Manager's Editor assets causing the EditorLoop to intensify.
Is there any way to resolve this?
