Easy Drag and Drop using the Input System 2D | 3D - Unity Tutorial

This video shows an easy yet extendable way to implement drag and drop using the new input system in unity. 📥 Get the Source Code 📥 🤝 Support Me 🤝 Patreon: Donate: ►🔗 Relevant Video Links 🔗 ᐅ ►Get Object from Mouse Click and Call Functions through Interface 2D & 3D - Unity Tutorial ►How to use Unity’s Input System In this video we use Unity’s new input system to implement dragging and dropping of both a 3d object and 2d object (2d collider). We use raycasts to get our object ScreenPointToRay, which takes into account the camera perspective easily, and then start a coroutine where we check each frame to see in what di
Back to Top