Skip to content

Instantly share code, notes, and snippets.

@haramakoto
haramakoto / MakeA3DObjectDraggable.cs
Last active December 31, 2021 22:41 — forked from SimonDarksideJ/MakeA3DObjectDraggable.cs
How to make a 3D object draggable in Unity3D
using System;
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.EventSystems;
/*
MAKE A 3D OBJECT DRAGGABLE
Riccardo Stecca
http://www.riccardostecca.net