Say you are creating and randomly placing several instances of the same base object. How would you detect an overlap between the current (picked) instance and another instance previously placed?
I tried the obvious condition "Object is overlapping Object" condition, but it never triggers, though overlaps are definitely happening.
Edit: I should mention that the objects are being created in a loop, so detection should go in there.