UsesAddressableAssets
Last updated
Was this helpful?
Last updated
Was this helpful?
Property in
Gets a value indicating whether this
makes use of Addressable Assets ( true
), or if it
stores its assets as direct references ( false
).
If this property is true
, Yarn.Unity.Localization.GetLocalizedObjectAsync1(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.