So my current setup is that i have some prefabs in the orthographic UIRoot camera and i wish upon drag they transition to 3d space not too different from this
http://www.tasharen.com/forum/index.php?topic=4543.0 except the item i want to be in 3d space is already being dragged, rather than dropping the item which is still in 2d space and creates an object it reference in 3d space.
The trouble to me seems that an NGUI Sprite or anything that derives from UIWidget is made in such away that it if it's not parented to a UIRoot with an orthographic Camera it will create one and parent it. So can a UIWidget be put in 3d space?
if not that means as an alternative on drag start i create a 3d version of the card without any uiwdgets and have that be dragged by the mouse instead...the issue with that is they are not simple objects so recreating them again from scratch will be tedious but if it's the only way, necessary.
or thirdly should i have made my camera perspective from the start and be using a perspective camera for my objects?
to get a better idea of what im trying to achieve here are a screen from Magic the gathering:Duels of the planes walkers
http://nerdsworthacademy.com/wp-content/uploads/2010/10/indicator.png or for video reference
http://youtu.be/h-e203r7SLg?t=9m53s(if it didnt skip ahead go to 9m53s)