2016-03-07 45 views

回答

3

你不能用你的舊代碼的簡寫訪問rigidbody

Rigidbody rb = transform.parent.GetComponent<Rigidbody>(); 
    if(rb != null) { 
     parentMagnitude = rb.velocity.magnitude * 0.05f; 
    } 
+0

非常感謝...問題已解決 –