
Recently I got a question to help solve some problem in Drag and Drop implementation in Unity. So as a bonus I decided to make my example of how to implement that! ?
Drag and Drop mechanic is often used in mobile games, but you can also encounter then in PC games. But thanks to Unity’s Event System this implementation will work fine on both platforms! ?
So let’s get started!
First of all, we need to create UI for our example! It will look like that:

Great! We are over the hardest part! ?
Continue reading “Drag and Drop in Unity”