Search Unity

Cant edit Cloth constraints

Discussion in 'Editor & General Support' started by Mentaner, Feb 4, 2017.

  1. Mentaner

    Mentaner

    Joined:
    Jun 17, 2013
    Posts:
    20
    Hello,
    I can't edit the constraints on my Cloth component.

    Here is what I do:
    1. create an empty
    2. add a Cloth Component
    3. add a simple plane as mesh

    When I then click on edit constraints the window that is supposed to open doesn't show up ?!
    I am using Unity 5.5.1f1

    What am I missing?
    Thank You for your time
     
  2. Mentaner

    Mentaner

    Joined:
    Jun 17, 2013
    Posts:
    20
    Found the problem. If the edit constraints window is not showing up simply reset your UI Layout
     
  3. AnomalusUndrdog

    AnomalusUndrdog

    Joined:
    Jul 3, 2009
    Posts:
    1,553
    I had this same problem. Resetting UI Layout didn't fix it for me, but I realized I had two scenes opened in the Hierarchy, and the scene that had the cloth wasn't the "active" one. (I also kept getting this error with Unity's own code: MissingComponentException: There is no 'MeshCollider' attached to the "_Mesh_Cape" game object, but a script is trying to access it.).

    So I tried setting the scene with the cloth as active, and that fixed it.
     
  4. UnanchoredStudios

    UnanchoredStudios

    Joined:
    Jan 26, 2020
    Posts:
    6
    Thanks this worked!
     
  5. Reahreic

    Reahreic

    Joined:
    Mar 23, 2011
    Posts:
    254
    Sadly neither of the suggested fixes helped me.
     
  6. Rosengre3n

    Rosengre3n

    Joined:
    Nov 12, 2019
    Posts:
    1
    For me, the issue was that I had Gizmos disabled... *facepalm*
     
    MariekeProvrex and mmcveigh33 like this.