Right now I am trying to migrate to using addressables and I’m aware that LoadAssetAsync works asyncchronously… which in this project won’t work as the async nature will cause things to try to load things that haven’t been loaded yet… I’m currently looking for a simple plug and play solution and a way to loadasset synchronously seems to be the easiest option. The alternative would involve changing alot of things to work asynchronously. Any tips?
Refer to the official Addressables example, which has synchronization examples, to expand the synchronization provider you need for yourself.@sparkart