Search Unity

  1. Unity 6 Preview is now available. To find out what's new, have a look at our Unity 6 Preview blog post.
    Dismiss Notice
  2. Unity is excited to announce that we will be collaborating with TheXPlace for a summer game jam from June 13 - June 19. Learn more.
    Dismiss Notice

[RELEASED] Easy Content Delivery Network (EZ-CDN) - Addressables Alternative

Discussion in 'Assets and Asset Store' started by SplenShepard, Apr 11, 2024.

  1. SplenShepard

    SplenShepard

    Joined:
    Aug 24, 2019
    Posts:
    20
    EZ-CDN
    An addressables-free suite that automatically handles the Unity Cloud Content Delivery API and packaging/deploying assetbundles while providing several tools to make asset management easy.

    This plugin automatically creates asset bundles and uploads them to Unity Cloud Content Delivery. You can then use some very small blocks of code and provided scripts to retrieve the assets, or get as technical as you want and create a full-fledged custom asset pipeline.

    EZ-CDN handles the tedium of API connections, client line interfaces and cataloging assets for you. Just design your prefabs, flesh out your scenes and let us do all the heavy lifting.

    All platforms and render pipelines supported.

    Creating a content delivery network for your game has never been easier.
    Just fill out three fields, and you're ready to go!
    • Project ID
    • API Key
    • One (or more) environment IDs


    The documentation will help you navigate Unity's dashboard to turn on the Cloud Content Delivery service for your project. Then, open the settings, add those three fields, select your desired runtime platforms and hit "Generate Buckets!"

    For most users, that's all the setup that's required.

    Next, you can use our simple included samples and scripts to create the smooth asset management experience of your dreams. Check out our documented event and task-based workflows.

    Do you have a "main menu" scene and load other scenes after that? Easy.

    Does your program run entirely in a single scene? No problem.

    Designing a complex multi-client business app that runs in the most restrictive environment? EZ-CDN has you covered, and we're already doing it. Check out our case study of Rockford Homes' Virtual Home Planner, the first app to use our custom CDN API.

    Other products that use EZ-CDN
    • Nestheads, an upcoming mobile game with tons of big, hand-drawn assets
    SplenSoft will always be available for technical support, feature requests and bug reports. Head over to our public support repo and drop us a line, or leave a post here at the forums.


    Technical details
    • Connect to Unity Cloud Content Delivery with the absolute minimum setup required

    • Content buckets are automatically generated and maintained by the plugin

    • Add download-on-demand functionality to your custom fields with the [AssetBundleReference] attribute

    • Automatically names, packages and deploys assetbundles

    • Works out of the box for most situations, but allows extremely granular functionality for advanced cases

    • See Limitations for important information about special situations