Save As - Breaks file?

Hello

I am able to open and to run from the help browser. But as soon as I save the patch somewhere else, like my desktop, I get an error message. Have a look at the screen recording.

What can i do?

2025-06-2017-28-12-ezgif.com-video-to-gif-converter (1)

That is the error message:
17:28:30 Error
Draw C:\Users\vince\Desktop\HowTo Render a PLY Pointcloud.vl
Not found: DrawColoredParticlesShader
last seen via
dependency: VL.Stride.Rendering.EffectShaderNodes
category: Stride.Rendering.DrawShaders

Sounds like you’re missing the shaders the patch is using. Only the VL document gets saved with Save As.
Press Alt+E in the helppatch before saving to open the file explorer in its location. Copy the missing shader from the shaders folder and create the same folder next to your new document and copy it in there.

Ah, great! Thanks! You are right, that was the issue!