Marked TileSizeFitter as obsolete as Unity has made this unworkable

Resolves: https://github.com/Unity-UI-Extensions/com.unity.uiextensions/issues/214
pull/413/head
Simon Jackson 2023-01-01 11:32:37 +00:00
parent 4ffa631059
commit 1853ad7e89
1 changed files with 2 additions and 0 deletions

View File

@ -1,10 +1,12 @@
/// Credit Ges
/// Sourced from - http://forum.unity3d.com/threads/scripts-useful-4-6-scripts-collection.264161/page-3#post-2280109
using System;
using UnityEngine.EventSystems;
namespace UnityEngine.UI.Extensions
{
[Obsolete("TileSizeFitter will be deprecated in next version as Unity has disabled this feature")]
[ExecuteInEditMode]
[RequireComponent(typeof(RectTransform))]
[AddComponentMenu("Layout/Extensions/Tile Size Fitter")]