> For the complete documentation index, see [llms.txt](https://docs.yarnspinner.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.yarnspinner.dev/api/csharp/yarn.unity/yarn.unity.localization/yarn.unity.localization.usesaddressableassets.md).

# UsesAddressableAssets

Property in [Localization](/api/csharp/yarn.unity/yarn.unity.localization.md)

## Summary

Gets a value indicating whether this [Localization](/api/csharp/yarn.unity/yarn.unity.localization.md) makes use of Addressable Assets ( `true` ), or if it stores its assets as direct references ( `false` ).

```csharp
public bool UsesAddressableAssets { get; internal set; }
```

## Remarks

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.
