Unclear Step #54
-
Hello, i have few question about this plugin. i was read this tutorial https://killertee.wordpress.com/2021/09/04/unity-play-asset-delivery-and-addressable-assets/ and try to load my asset using this command
but it will always return null reference
turns out, it will run only i had load async some asset scene then some component will run on background. is there any other way without having to load the async scene first?, I just want to load the prefab assets.?? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
nvm, got the answer. |
Beta Was this translation helpful? Give feedback.
nvm, got the answer.
by adding initializing in coroutine
yield return Addressables.InitializeAsync();