> For the complete documentation index, see [llms.txt](https://docs.coherence.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.coherence.io/manual/networking-state-changes/supported-types.md).

# Supported types

coherence can sync the following types out of the box:

* `bool`
* `int`
* `uint`
* `byte`
* `char`
* `short`
* `ushort`
* `float`
* `string`
* `Vector2`
* `Vector3`
* `Quaternion`
* `GameObject`
* `Transform`
* `RectTransform`
* `CoherenceSync`
* `SerializeEntityID`
* `byte[]`
* `long`
* `ulong`
* `Int64`
* `UInt64`
* `Color`
* `double`
* `enum`

{% hint style="danger" %}
`RectTransform` is still in an experimental phase - use at your own discretion!
{% endhint %}
