Search Unity

How to cut mesh and put cloth Behavior in it at run-time Generated Cut Meshes?

Discussion in 'Scripting' started by idcanu, Jan 9, 2020.

  1. idcanu

    idcanu

    Joined:
    Jul 3, 2017
    Posts:
    14
    I m right now trying to achieve mesh cut with Cloth Behaviour, Once a mesh has been generated I want to make it behave it like cloth at runtime and unity cloth first needs to be painted in the editor to be able to make it behave like cloth so how to achieve cloth alike Behaviour at runtime on a randomly cut mesh.

    I have done using the traditional method it works fine in PC but Runtime added cloth disappear in android device.