bsimser / Inventory-Pro

https://devdog.io
MIT License
2 stars 0 forks source link

Drag and drop not working on bank collection after loading scenes #244

Closed bsimser closed 7 years ago

bsimser commented 7 years ago

Original report by Joris Huijbregts (Bitbucket: jjahuijbregts, ).


In what condition will it happen.

  1. Get item in scene test and put it in bankwindow
  2. Go to scene Test 2
  3. Return to Scene Test
  4. Open bankwindow with scene test
  5. bug happened or repeat to action 1 - 4. I made the smallest project and tried again, but that happened.

This may be the cause of this. _Managers / COLLECTION_OBJECTS / InventoryUI / _Managers / COLLECTION_OBJECTS / BankUI / Items not included in this game object can not be dragged and dropped.

Also, after saving, I will load. And, I will press SortButton on Bank (or Inventory). All items disappear. Is the cause related to not having anything in this game object? _Managers / COLLECTION_OBJECTS / BankUI / _Managers / COLLECTION_OBJECTS / InventoryUI /

bsimser commented 7 years ago

Original comment by Joris Huijbregts (Bitbucket: jjahuijbregts, ).


Unable to replicate