Hello,
I am working on a scrollview that has different creatures in it. I want to be able to reorder it by dragging the creatures around. I can drag the creatures in out of the scrollview by grabbing an icon. The problem is that if I put a dragged out creature back into the scrollview it just goes to the bottom of this list since it is set as a parent. Is there a good way to have it so I can put the creature in between different creatures with the method?
Thank you and let me know if any clarification is needed?
You could probably do what you want with Transform.SetSiblingIndex
I’ll give this a try, thank you very much