Skip to content

Commit

Permalink
Marked TileSizeFitter as obsolete as Unity has made this unworkable
Browse files Browse the repository at this point in the history
Resolves: #214
  • Loading branch information
Simon Jackson committed Jan 1, 2023
1 parent 4ffa631 commit 1853ad7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Runtime/Scripts/Layout/TileSizeFitter.cs
Original file line number Diff line number Diff line change
@@ -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")]
Expand Down

0 comments on commit 1853ad7

Please sign in to comment.