Any usable clothes solution out there?

I know Unity has a skin clothes component, but I can’t use it to make a good looking clothes.
Maybe I don’t use it in a right way, but it really lack of tutorails and sample project.
So anyone have a better solution on this subject?
Thanks in advance.

You could just animate it.

There is shroud, which is pretty good… in the free version, you could only have 4 colliders… and for PhysX cloth, for it to work right, you need to make sure you are running your code with LateUpdate

thanks,I will try it later.