cloth simulation colliding with my character, but not with physics simulated object

Hi everyone, hope you are all having a great day !

I am building a really basic prototype in which a character (the little moving cube) can collide with and move pieces of cloth (the light orange rectangles) : I simulated the cloth and ticked the two boxes that allow for cloth collision with the world : as you see in the video it works, the moving cube collides with the cloth.

I would also like the cloth to be pushed around by simulated physics objects (the big cube)
However, as you can also see in the video, the big cube doesnt collide and move the cloth, it goes through it.

Is it possible to have physics simulated objects like the big cube, collide with my cloth sims ?

thanks for your help,
have a great day !

I made it work,

I changed the big cube collision properties from “physics actor” to “block all” and now it collides !

1 Like