Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 737 Bytes

yarn.unity.localization.usesaddressableassets.md

File metadata and controls

24 lines (13 loc) · 737 Bytes

Localization.UsesAddressableAssets

Property in Localization

Summary

Gets a value indicating whether this Localization makes use of Addressable Assets ( true ), or if it stores its assets as direct references ( false ).

public bool UsesAddressableAssets { get; internal set; }

Remarks

If this property is true , Yarn.Unity.Localization.GetLocalizedObject1(System.String)</code> and <code>Yarn.Unity.Localization.ContainsLocalizedObject1(System.String) should not be used to retrieve localised objects. Instead, the Addressable Assets API should be used.