> For the complete documentation index, see [llms.txt](https://notrewd.gitbook.io/unity-essentials/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://notrewd.gitbook.io/unity-essentials/essentialsutility.md).

# Essentials Utility

{% hint style="info" %}
**Essentials.Core.Utility** namespace is needed for this.
{% endhint %}

`EssentialsUtility` is a small class meant to give a little helping hand. Currently has only one method.

## Methods

### Texture2D EssentialsUtility.SingleTexture2DColor(Color color)

Returns a 1x1 Texture2D with the specified color.
