How to load the sprite atlases on boot strap scene?

I have a bootstrap scene where I load all the sprite atlases, but these sprite atlases are from different scenes, I need to know weather it is right approach to let the atlas manager have references of all the atlases or the atlases should load and unload on the basis of game scene manager ?

Cheers.