I found that even if the asset bundle is exactly the same (for example, creating a new prefab) and packaged using Built-in pipeline and SBP, the binary comparison of the two is different. When I used Asset Bundle Browser to view them, I found that their preload table order was different, and fields such as Explicit data layout were also different.
I have a project that is already live and the build time is very long. SBP can solve this problem, but because it cannot reuse the previous Asset Bundle, it will cause users to update a large number of resources, which is unacceptable.
Is there a way to reuse an Asset Bundle that was previously built using the built-in pipeline?