Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shamim-akhtar/drag-and-drop
Drag and drop item functionality in Unity. A tutorial to show how we can implement the dragging of a UI item and dropping it to instantiate a prefab on a 3D scene.
https://github.com/shamim-akhtar/drag-and-drop
game-development unity3d
Last synced: 2 months ago
JSON representation
Drag and drop item functionality in Unity. A tutorial to show how we can implement the dragging of a UI item and dropping it to instantiate a prefab on a 3D scene.
- Host: GitHub
- URL: https://github.com/shamim-akhtar/drag-and-drop
- Owner: shamim-akhtar
- Created: 2021-08-18T00:08:34.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-07T03:06:42.000Z (12 months ago)
- Last Synced: 2024-02-07T04:23:08.928Z (12 months ago)
- Topics: game-development, unity3d
- Language: C#
- Homepage: https://faramira.com/implement-drag-and-drop-item-in-unity/
- Size: 6.05 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Implement Drag and Drop Item in Unity
![Implement Drag and Drop Item in Unity](https://github.com/shamim-akhtar/drag-and-drop/blob/main/Featured.jpg)
In this tutorial, we will implement a drag-and-drop item functionality in Unity. We will drag a UI item and drop it to instantiate a prefab on a 3D scene.
Read the tutorial on Faramira [Implement Drag and Drop Item in Unity](https://faramira.com/implement-drag-and-drop-item-in-unity/)
Try the WebGL version [WebGL](https://faramira.com/downloads/dragdrop/WebGL/)## View the tutorial on YouTube.
[![Watch the video](https://img.youtube.com/vi/FGJB26GATQM/0.jpg)](https://youtu.be/FGJB26GATQM)