I’m working a project where we are upgrading from 2018.4 to 2021.3, I understand there’s big changes between how the asset bundles systems work.
I’ve got Asset Bundles of the same collection of assets, Sprites and the Atlases. The old project is using the deprecated in version 2021 Sprite Packer, the new project is using the Sprite Atlas Asset to pack sprites.
Old Bundle: 2~ MB, analyzed the contents of the bundle and it’s Sprite data and Texture2Ds of the Atlases.
New Bundle: 11~ MB, analyzed the contents of the bundle and it’s Sprite and Texture2Ds of the Atlases plus individual RGBA32 Texture2Ds. Which seems to be the source of the discrepancy.
But, I can’t understand why or how to possibly resolve it. Any advice would be greatly appreciated.