Scripts only build not necessary to move streamingassets

Just a small feedback, we are currently using addressables version 1.7.5, and I noticed that even setting the build as “scripts only build” it perform the whole process of copying the streaming assets folder to the project and them deleting it after finishing. Would not be more intuitive if in your BuildProcessor you verify this setting before making this?

This would speed up some build testing that only require small script changes, not sure if there is something I’m not seeing, but as an user I would expect that a scripts only build to not require transfering the bundles to the build folder once again.

Thanks for the feedback! I’ll pass this along to the team to review!