Search Unity

cannot find namespace for AddressableAssetSettings.BuildPlayerContent();

Discussion in 'Addressables' started by BinaryEclipse, May 27, 2019.

  1. BinaryEclipse

    BinaryEclipse

    Joined:
    Sep 1, 2016
    Posts:
    43
    The closest I got was UnityEditor.AddressableAssets.AddressableAssetSettingsDefaultObject, but that doesn't have a BuildPlayerContent option
     
  2. Mic_Emond

    Mic_Emond

    Joined:
    Nov 16, 2016
    Posts:
    45
    For anyone wondering, it's in here:

    Code (CSharp):
    1. UnityEditor.AddressableAssets.Settings.AddressableAssetSettings.BuildPlayerContent ();
     
    one_one likes this.