sprite kit - one node with two physics body
It's possible for one node having two physics body path ? how to do that ? I want to create a node that having two (circle) physics body on sides of the node. If it's not possible, is there are any tricks to achieve that ? thanks Mike S You want to use [SKPhysicsBody bodyWithBodies:...] . From the docs : The shapes of the physics bodies passed into this method are used to create a new physics body whose covered area is the union of the areas of its children. These areas do not need to be contiguous. If there is space between two parts, other bodies may be able to pass between these parts.