# CesiumUrlTemplateRasterOverlay

**URL:** https://community.cesium.com/t/cesiumurltemplaterasteroverlay/41627
**Category:** Cesium for Unity
**Created:** [June 25, 2025, 10:53am UTC](https://community.cesium.com/t/cesiumurltemplaterasteroverlay/41627 "2025-06-25T10:53:49Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Xiaopeng\_Song](https://sea2.discourse-cdn.com/cesium/user_avatar/community.cesium.com/xiaopeng_song/32/30140_2.png) [@Xiaopeng\_Song](https://community.cesium.com/u/Xiaopeng_Song)
#### Post date: [June 25, 2025, 10:53am UTC](https://community.cesium.com/t/cesiumurltemplaterasteroverlay/41627/1 "2025-06-25T10:53:49Z")

</div>

how to use CesiumUrlTemplateRasterOverlay component with gameobject?

 ![image](https://global.discourse-cdn.com/cesium/original/3X/0/e/0e4ddabe514ad9efa721013d58049f4040081886.png) This is yes or not? It is doesnt work.Some says gameobject must with 3d Tileset component, yes or not?Could you please give some example how to use CesiumUrlTemplateRasterOverlay component?

---

<div class="post-metadata">

### Author: ![azrogers](https://sea2.discourse-cdn.com/cesium/user_avatar/community.cesium.com/azrogers/32/21672_2.png) [@azrogers](https://community.cesium.com/u/azrogers)
#### Post date: [June 25, 2025, 2:11pm UTC](https://community.cesium.com/t/cesiumurltemplaterasteroverlay/41627/2 "2025-06-25T14:11:56Z")

</div>

@Xiaopeng_Song As you mentioned, the GameObject must have a `Cesium3DTileset` component attached. Take a look at the [Cesium for Unity Samples](https://github.com/cesiumgs/cesium-unity-samples) project. The `01_CesiumWorld` scene has a tileset with a raster overlay attached.
