[!IMPORTANT] ⚠️ This control has been marked as obsolete for Unity 6 and is no longer maintained. It remains documented for legacy reference.
A fitter layout that will shrink / expand content by tiles
1 Overview
3 Methods
4 Usage
6 See also
The Tile Size Fitter will automatically rescale an image within a RectTransform according to the defined Size and border settings.

The properties of the TileSizeFitter control are as follows:
| Property | Description |
|---|---|
| Border | The border spacing around the image |
| Tile Size | The boundaries at which the selected image will resize |
This component does not expose public methods beyond inherited behaviour.
Simply add the “TileSizeFitter” component to an existing Image component in the scene using:
“Add Component -> Layout -> Extensions -> Tile Size Fitter”
“Link to demo video or animated Gifs”

N/A
Ges