Question by
Laguna_Seca · Feb 19, 2016 at 09:43 AM ·
cloth
Cloth problem. How do I add colliders when playing?
Can not set colliders programmatically.
Cloth.sphereColliders does not work?
Assets/Scripts/Cloth.cs(14,15): error CS1061: Type Cloth' does not contain a definition for
sphereColliders' and no extension method sphereColliders' of type
Cloth' could be found (are you missing a using directive or an assembly reference?)
How do I add colliders when playing?
Comment