Hey,
FYI we’re on addressable 1.16.16.
We’re doing some internal management of bundles to keep a track of which bundle(s) has actually changed (ie contents) after triggering an addressable build bundle process by getting CRC on each/every bundle and storing it.
We just noticed some behavior and wanted to confirm this is intentional. Within the same unity editor session, if we build the bundle, the checksum of the bundle remains the same even after executing “Build → Clean Build → All” then building again. ie build bundles, calculate crc, clean all, build bundles, calculate crc. the checksum value will remain the same.
However, this is not the behavior between unity editor session. ie if we build, calculate crc, close/open unity editor, clean all, build, calculate crc, the checksum value seems to change.
Just looking to get some clarity here since we need to be able to track in some way shape or form if the contents of a bundle actually changed since the previous build somehow. And obviously considering the behavior mentioned above with build/cleans between unity editor session, it doesn’t seem like checksum is a viable way.
Thanks in advance