I want to create a newtons cradle in unity. I have everything set up, but I need to figure out how to add the strings (as in gameObject) for the balls to swing back and forth. Help?
Unity’s physics system is not capable of accurately simulating a newton’s cradle.
But if you want to try anyway, use hinge joints.