Hi,
beginner here, learning the basics.
I want to have (2D) things made out of separate objects. if the thing is clicked on, it should move towards a "portal" and get cropped as soon it touches it, so it looks like its entering the portal and disappears. each of the separate objects needs to have collision, the goal is to make all objects disappear into portals without touching each other.
so I need something made of several parts, that I can move and "crop", where each part has collision. can someone point me in the right direction on what nodes to use to build that?
