Open
Description
It seems that if I rename an asset file, for instance, a GLB file packed with animations, and then execute an ambient build
the project will not be rebuilt, and therefore, my new packaged animations path will not be created. I suspect ambient build
does not figure it needs to rebuild the pipelines because no rust source file has changed?
I use VSCode and build through Command+Shift+B on MacOS.