hello there,
when replacing a Blur by a BlurGlow by double-clicking the node (not deleting and re-creating), creating an IOBox from the Shape pin throws :
Unable to cast object of type `System.Single` to type `Stride.Graphics.Texture`
repro steps :
- connect a
Blurto any Texture source - double-click the
Blurand replace it withBlurGlow - click the Shape pin and create an IOBox with middle-click
- exception pops
2020.4 156 shows the same behavior.

Alles gut if you delete the Blur and then create a BlurGlow.
PS : what happened to CTRL+SHIFT+C allowing to copy error messages?
edit : just tested 178, which also shows the same behavior