Hi, we are using PAD to download additional content (packs)
Those packs that we create are downloaded correctly, but unity is also creating these packs
UnityStreamingAssetsPack
UnityDataAssetPack
Which we don’t see in our list of packs, when build is created. Some players get errors that they can’t download these packs
NullReferenceException: Object reference not set to an instance of an object.
AddressablesPlayAssetDelivery.AssetPackManager.OnDownloadAssetPackStateChanged (UnityEngine.Android.AndroidAssetPackInfo info)
The error code is NetworkError.
Asset Pack [UnityStreamingAssetsPack] not found in Remote Asset Packs list!
Asset Pack [UnityDataAssetPack] not found in Remote Asset Packs list!
You can read about these unity packs here
Did anyone else encounter these problems with PAD?