ALine ECS editor System flickering

  • ALINE version: [1.7.9]
  • Unity version: [6000.5.9f1]
  • Render pipeline: [URP 17.50]

I found when writing an editor world ECS system, that ALine flickers while in editor mode.

In scene view, it flickers constantly.
In game view, it wont show while the mouse moves in the viewport, however when the mouse moves outside of it, it does update.

I believe this has to do with how the ECS editor updates. it seems to update at different intervals. A lower fps in scene view, and it only updates for game view when the mouse moves over other panels.

Is there a fix or work around for this limitation?