Search Unity

Addressables.LoadAssetsAsync is obsolete

Discussion in 'Addressables' started by brianpkenney10, Apr 14, 2021.

  1. brianpkenney10

    brianpkenney10

    Joined:
    Nov 8, 2016
    Posts:
    27
    So I updated to version 1.17.15 and now LoadAssetsAsync is now obsolete but no options pop up. Anyone know the replacement?

    Assets/Scripts/TextureController.cs(18,9): warning CS0612: 'Addressables.LoadAssetsAsync<TObject>(IList<object>, Action<TObject>, Addressables.MergeMode)' is obsolete

    thanks in advance for the help.
     
  2. Explanation: https://forum.unity.com/threads/deprecated-versions-of-loadassetsasync.959658/
    I think you're seeing this.