Sprite Shape not showing up

Hello, i’m currently using unity 2019.4 and i have troubles using 2D Sprite Shapes.

Sprites from the Sprite Shape does not appear in the editor, neither in game view or builds.
I searched for hours, tried other unity versions, but i have no clue what’s going on…

I run Unity on an old Core 2 Duo with intergrated graphics, can it be a problem ? (DX11 on DX10 GPU)
Everything else works fine except Sprite Shapes

Here are some screenshots of my scene and inspectors :


SpriteShape, Sprite Shape, SpriteShapes, Sprite Shapes, not showing up, not displaying, not rendering, 2019.4, Splines, 2D, Curves, Bezier

The sprite is most likely not being scene by the camera.

In Scene view click on the camera to view its projection area. Make sure the Sprite Shape is inside that area.

If you haven’t already, changing the camera to Orthographic could help.