Hi,
I need to get the count and the IID's of all family members actually overlapping with another.
Any idea how to achieve that?
Thank you!
Develop games in your browser. Powerful, performant & highly capable.
I believe if you do "Object is overlapping Object", it will pick all overlapping instances. You can then get their quantity using Object.pickedCount, or loop through them with "For each Object"
That made c3 freeze, but it helps.
And how to get their IID / UID?
In a nested "For each object" loop.
Ok, that seems to work :-)
Thank you.
And at least I need to know how much objects are overlapping each object at the moment.
OK, I got this.
And now I need to know which Object.IID is overlapping with Object.IID's - with multiple Objects.
Seems to be the hardest part by now :X