I was making a build the other day using Cloud Build, but some of the sprites were missing for some reason. Everything looked fine on a local build though.

Turns out I had the sprites in a folder called “Library” in my Unity Project and Cloud Build ignores or strips out content from that folder. The sprites showed up again in the cloud build after renaming the folder.