# characterNameContainer

Field in [LinePresenter](https://docs.yarnspinner.dev/api/csharp/yarn.unity/yarn.unity.linepresenter)

## Summary

The game object that holds the [characterNameText](https://docs.yarnspinner.dev/api/csharp/yarn.unity/yarn.unity.linepresenter/yarn.unity.linepresenter.characternametext) 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](https://docs.yarnspinner.dev/api/csharp/yarn.unity/yarn.unity.linepresenter/yarn.unity.linepresenter.characternametext) .
