i got this error missingmethodexception method not found
function Awake ()
{
Rigidbody.addForce(4,4,0, ForceMode.Impulse);
}
i got this error missingmethodexception method not found
function Awake ()
{
Rigidbody.addForce(4,4,0, ForceMode.Impulse);
}
The method is “AddForce” with a capital A.