namespace AddressableAssets.DocExampleCode { using System; using UnityEngine; using UnityEngine.AddressableAssets; internal class UsingLog { public void UsingLogSample() { #region SAMPLE Addressables.Log("Unloading bundle"); Addressables.Log("Unloading bundle "); #endregion } } }