renderOverlay vs gpuPicker

repro: Babylon.js Playground

open the console, mouseover the center sphere, console should show some picks of the root sphere, then renderOverlay kicks in and the spheres are no longer pickable. wai ?

I suppose any overlay (materialPlugin or otherwise) will foul up the gpu picking since its dependent on color assignment?

Correct. This is simply not supported for now

Ok, got it. Thanks, closing.