How to Remove Component at Runtime

how to remove constant force (component)at run time

Get the component (GetComponent with ConstantForce as parameter) then call Destroy(theConstantForceComponent); on it. Done :slight_smile:

thanks i got it now