Hello,
I have created a chaos cloth asset which can move around and collide with the ground and objects placed in the world. However, I can’t seem to get any collision responses from this cloth skeletal asset.
Let’s say I wanted to whip a towel, and that towel is a cloth asset. Is there any way to be able to perform a collision overlap or a line trace which can recognize that cloth surface? Right now, I am only able to get responses from the underlying physics asset (which is just 1 tiny root cube), but I can’t get a hit on the fabric even though it is able to interact and collide with the world.
Any ideas on next steps to see if this is feasible to get collision responses from chaos cloth?
Thanks!