A Unity ID allows you to buy and/or subscribe to Unity products and services, shop in the Asset Store and participate in the Unity community.
Ok, so I tried to get this running. And holy-cow it's slow uploading 200 bytes at a time. But I managed to run it locally, against our test...
That's correct. For others who may read this looking for the same info. These URLs are also provided on your bucket page on the "Addressable...
That all sounds correct. Do you have an URL that it's querying you can share?
Sorry about that. I can totally understand the frustration. I've added a task to better document the hashes.
Definitely not. I do know there can be issues with load balancers (returning 502s) when the content length doesn't match what's in the headers....
I'm still learning the Addressables side of things as well... But yes, it's my understanding you use the URL you specified as the "RemoteLoad...
The checksum should simply be an md5sum. There are quite a few resources online for generating them in CSharp. They should be lower case letters...
Aha! Thanks for posting this. Figured it out. Cloud Build is including the directory structure:...
It's a command line tool, so you would need to open a terminal to use it (or call it from code). I'd recommend copying it from your downloads...
So did you get any more information with the 406 error code? That code usually means that the file you uploaded does not match the information...
So it looks like there are files in the bucket, but it's only a set of asset bundles, the manifest, and hash file. I was able to download a few of...
We don't currently have the OSX CLI signed (which is something we plan to do). If you unzip it and right-click on it to open it OSX will ask if...
Hi, I've opened a ticket for myself to document this better. But it should work if you change your ContentType to this:...
That definitely doesn't sound right. Would you mind posting your project ID or opening a support ticket?
That's great to hear, and thanks for posting the file! We'll post here when the bug in the first code is fixed as well just for future reference.
Just wanted to let you know I'm looking into this. I can reproduce this if my text file ends with a blank line. Does that match what you're...
Yup. You should be able to promote that release to the bucket overwriting the current bucket state: ucd releases promote [release_id]...
There is not currently. Our goal in this design was to prevent easy scraping of assets. If you can explain your use case in more detail I can...
At the moment all content is public. We are still gathering requirements around protected content. If you have specific requirements we'd love to...
It's just a JSON POST body. Set the content type to application/json and your both to something that looks like this: { "content_hash":...