- Home /
ProtocolError : HTTP/1.1 404 Not Found
I'm trying to get Addressables set up but I'm having all sorts of trouble.
I'm on Unity 2021.2.18f1 on Mac building for iOS Addressables 1.19.19 Cloud Content Delivery Management API Version 1.0.0-pre2
I created my bucket on Unity's CCD, made it public, set it as the Remote.LoadPath, and uploaded the built addressable bundle files onto it, like I'm supposed to, but it I still can't access it. I keep getting these 404 errors when I try to load it.
It didn't work when I tried to do it with S3 either I got the same 404 errors.
Can anybody tell me why this isn't working? Thanks
Answer by sacredgeometry · Apr 18 at 07:56 PM
A http error of 404 means not found. It means that the url you have provided isnt a valid one.
If it is generating that url off config you have provided it probably means you have messed up the config
Your answer

Follow this Question
Related Questions
Where to serve remote Addressables bundles? 0 Answers
Can changing a plugin from DLL to open source can cause backward compatibility issues? 0 Answers
Why might a single SpriteSheet show up twice in memory profiler on device? 0 Answers
How to load asset bundles already loaded? 0 Answers
The AssetBundle can't be loaded because another AssetBundle with the same files is already loaded. 1 Answer