I'm working on a 3D game with tanks and would like to use four sphere colliders as wheel positions. Since the TSRigidBody seems to only work with one collider per object I've tried creating a gameobject for each collider, but the parent ignores them. Is there a way for me to use child gameobjects to support a parent gameobject?
↧