I have a blueprint in which I have two objects (let’s say two cubes to make it easier). I have twu cubes one over another one like this:
At some point, the square that is below disappears. When that happens, I want the square that is above it to realize that the other one is not there and fall down until he touches floor.
Since now I tried this:
But it doesn’t work as expected… Any help please?