> 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.linepresenter/yarn.unity.linepresenter.characternamecontainer.md).

# characterNameContainer

Field in [LinePresenter](/api/csharp/yarn.unity/yarn.unity.linepresenter.md)

## Summary

The game object that holds the [characterNameText](/api/csharp/yarn.unity/yarn.unity.linepresenter/yarn.unity.linepresenter.characternametext.md) text field.

```csharp
public GameObject? characterNameContainer = null;
```

## Remarks

This is needed in situations where the character name is contained within an entirely different game object. Most of the time this will just be the same game object as [characterNameText](/api/csharp/yarn.unity/yarn.unity.linepresenter/yarn.unity.linepresenter.characternametext.md) .
