At the start of my Unity Android game I load all prefabs via addressables:
await Task.WhenAll(retrievePrefabsTasks);
When I deploy directly t