Author Topic: [SOLVED] DragDrop, prefab not created after dropping the item?  (Read 3882 times)

Somoraze

  • Guest
[SOLVED] DragDrop, prefab not created after dropping the item?
« on: November 19, 2013, 11:11:32 PM »
Hi,

after a drop, my prefab is not instantiated when I drop the item on the 3d object (a cube). In the demo, the "3d" gameObject (the parent) has a UIPanel attached to it... but even with this in my scene, the prefab is not instantiated. It does have a box collider and the dragDropSurface script.

Would you have any idea how to make this work? Anything I would have forgotten?

The drag works fine, but when I drop the item, the ui item goes back to the ui container, and the prefab is not instantiated on the cube (the 3d object with the surface script attached to it).

Thanks
« Last Edit: November 20, 2013, 05:13:27 AM by Somoraze »

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: DragDrop, prefab not created after dropping the item?
« Reply #1 on: November 20, 2013, 03:56:32 AM »
Did you forget to add a UICamera to your camera that draws your 3D object? Without it there won't be any events sent to that object.

Somoraze

  • Guest
[SOLVED] Re: DragDrop, prefab not created after dropping the item?
« Reply #2 on: November 20, 2013, 05:13:10 AM »
Thanks a lot! I really appreciate your help!
Could you tell me why we need a UICamera along with the normal cam?

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: [SOLVED] DragDrop, prefab not created after dropping the item?
« Reply #3 on: November 20, 2013, 03:13:14 PM »
UICamera was poorly named. It's basically the Event Manager. It's what sends out events.

Somoraze

  • Guest
Re: [SOLVED] DragDrop, prefab not created after dropping the item?
« Reply #4 on: November 20, 2013, 07:57:40 PM »
OK thanks  :)

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile