[Released] Draggable & Resizable UI Object (Runtime)

Asset Store Link
Online Demo

Draggable&Resizable Object is a set of two scripts that allowś you to drag and resize any element containing RectTransform in runtime. Functionality like that is commonly used in Chat Windows, Unit Frames, Maps, Inventories, etc.

Features:

  1. Dragging can be local as well as remote, eg: if you have a window with a child image sticking out of the main panel, you can still assign another Draggable script to it and target the main panel so the entire area is covered with draggable surface
  2. ResizableHandler has 8 different presets, one for each of the panel’s corners
  3. All functionality is invoked by EventTrigger rather than Update function

Also check: FlexibleTooltip

2 Likes

Draggable & Resizable UI Object is now FREE !

2 Likes

Downloaded and tried, dose perfectly what it should. However is it possible to extend the dragging feature and make the dragged obj not go out of the screen?