diff --git a/Runtime/Scripts/Layout/ScrollPositionController.cs b/Runtime/Scripts/Layout/ScrollPositionController.cs index eb9c4ef..a918bb9 100644 --- a/Runtime/Scripts/Layout/ScrollPositionController.cs +++ b/Runtime/Scripts/Layout/ScrollPositionController.cs @@ -2,11 +2,11 @@ /// Sourced from - https://github.com/setchi/FancyScrollView using System; -using UnityEngine.Events; using UnityEngine.EventSystems; namespace UnityEngine.UI.Extensions { + [Obsolete("ScrollPositionController has been replaced by the Scroller component", true)] public class ScrollPositionController : UIBehaviour, IBeginDragHandler, IEndDragHandler, IDragHandler { [SerializeField]