how to remove constant force (component)at run time
Get the component (GetComponent with ConstantForce as parameter) then call Destroy(theConstantForceComponent); on it. Done
thanks i got it now
how to remove constant force (component)at run time
Get the component (GetComponent with ConstantForce as parameter) then call Destroy(theConstantForceComponent); on it. Done
thanks i got it now