I’ve been setting up UCB to generate our Addressables but I’ve been getting an error that I can’t seem to get rid of. Essentially I have a content store file for each of the platforms in my repo but for some reason UCB is only able to find the file for my windows builds. WebGL, OSX, Android and iOS all throw the same error:
Error Building Addressables: Could not find a part of the path
The paths are as follows:
Assets/AddressableAssetsData/Windows/addressables_content_state.bin
Assets/AddressableAssetsData/Android/addressables_content_state.bin
Assets/AddressableAssetsData/WebGL/addressables_content_state.bin
Assets/AddressableAssetsData/iOS/addressables_content_state.bin
Assets/AddressableAssetsData/OSX/addressables_content_state.bin
Here’s my repo structure: Imgur: The magic of the Internet
I’ve tried running clean builds but that didn’t solve the problem either. I’m really at a loss for what might be causing this…