Quantcast
Viewing all articles
Browse latest Browse all 94

-Vector3.right and AddRelativeForce

Hi, can you use -Vector3.right with AddRelativeForce like - prefab.GetComponent.().AddRelativeForce (-Vector3.right * prefabForce); As its acting no different than prefab.GetComponent.().AddRelativeForce (Vector3.right * prefabForce); As I expected the first one to go to it's left?

Viewing all articles
Browse latest Browse all 94

Trending Articles