Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Question Connecting Cloud build to CCD

Discussion in 'Unity Cloud Content Delivery' started by mert_redmeatgames, Nov 16, 2022.

  1. mert_redmeatgames

    mert_redmeatgames

    Joined:
    Mar 6, 2018
    Posts:
    4
    Hello,

    We want to hook up our cloud build with CCD so that cloud build automatically updates and pushes addressables to CCD but after setting up the configuration on the cloud build end and selecting the Content Delivery bucket, cloud build fails to update the bucket with giving the warnings in the build log:

    WARN: An update of the Cloud Content Delivery CLI is available. Please visit https://dashboard.unity3d.com to get the latest version.
    WARN: Project is not whitelisted!
    WARN: CCD Sync erred with code 1.

    Let me know how we can address those warnings please.
    Thanks,

    Mert
     
  2. llunity3d

    llunity3d

    Unity Technologies

    Joined:
    Aug 23, 2021
    Posts:
    24
    Hi @mert_redmeatgames,

    To look further into this issue, coud you provide me with your Project ID and Org ID if possible ?

    Thank you very much
     
    Last edited: Nov 17, 2022
  3. mert_redmeatgames

    mert_redmeatgames

    Joined:
    Mar 6, 2018
    Posts:
    4
    Project ID: 3252ab21-3446-42f2-979c-c846ac43d524
    Organization ID: 3821532
     
  4. mert_redmeatgames

    mert_redmeatgames

    Joined:
    Mar 6, 2018
    Posts:
    4
    did you get a chance to look into it?
     
  5. mert_redmeatgames

    mert_redmeatgames

    Joined:
    Mar 6, 2018
    Posts:
    4
    any update on this?
     
  6. SebT_Unity

    SebT_Unity

    Unity Technologies

    Joined:
    Jun 21, 2021
    Posts:
    279
    Hi Mert,
    Sorry for the delay here,

    A few more questions.
    What versions of CCD and Addressables are you using as well as your Unity Editor?
    Are you using environments with CCD? (These are currently not supported with UCB) Only production environment will work.

    Look forward to your response.
     
  7. GPiumatti

    GPiumatti

    Joined:
    Jan 18, 2018
    Posts:
    8
    Is it still the case that UCB does not support uploading to an environment other than production?
    That seems like a major missing feature, considering the workflow that CCD suggests is to use different environments for development and production. In my current setup I have 2 environments with 2 buckets each. The production buckets are promotion-only.
    From UCB configuration I can only select the bucket (not the environment), and I can only see the production buckets, not the development ones. Therefore when the build finishes it fails to upload because the buckets are promotion-only.

    Is the only way to upload automatically to development buckets to create a post-build script and do so manually?
    Are you planning on supporting upload to different environments in UCB?

    Thanks
     
    kdchabuk likes this.