Unity Cloud Content Delivery
Unity Cloud Content Delivery (CCD) is a specialist CDN designed for game development. The service helps you organize your game assets, upload them into cloud storage , organise them into releases as required and then deploy them to its own CDN. All your games have to do is monitor a base CDN URL for the type of release they're looking for: Production, Early Adopter, what it might be. They'll detect new content as you promote it from the CCD dashboard, and can then use Unity's API to access it as required. This all makes the most sense if you're using Unity's own game development platforms, because CCD is optimized to work with them already. Support for Unity's Addressable Assets makes it much easier to integrate a pipeline of assets from Unity Editor into CCD, for instance. You don't have to use Unity's engine, though: CCD works well all on its own. You could develop something similar to CCD by choosing whatever individual provider you like. Mayb...