A lightweight and easy-to-use drag system for Unity that lets players pick up and move objects in 3D space using physics-based interactions.A lightweight and easy-to-use drag system for Unity that lets players pick up and move objects in 3D space using physics-based interactions.✦ Features:Physics-based dragging with Rigidbody supportRaycast detection for object selectionCustomizable drag range, force, and dampingMultiple input options (mouse buttons or custom keys)Layer mask filtering for selective draggingOptional camera-facing rotationUnity Events for easy integrationScriptableObject-based configuration for easy tweaking✦ Easy Setup:Add DragController to your camera or playerAdd DraggableObject component to objects you want to dragConfigure settings via ScriptableObjectsDone!Perfect for puzzle games, inventory systems, object manipulation mechanics, and interactive environments.