my idea want create a inventory like game "The room "
-1 click on item to view object 3d ( change camera to object 3d want to show )
- drag end drop item to use it
now my stuck just how to 1 click it will change camera end when drag end drop item to use it ?
Comments
Drag and drop isn't currently a feature of AC, but I'm aware that people would like it
Each inventory item can be assigned a GameObject prefab in the Inventory Manager - see the "Linked prefab" field. Once assigned, you can then use that prefab in your own scripts to suit. You can get an API reference to the field by right-clicking the field's label and choosing "Copy script label".