There is no built-in way to create SKPhysicsBodyfrom SKLabelNodeor characters in a string.
You may need to create a complete set of alphabetic characters by creating SKImageNodefor each letter in a string and using + bodyWithTexture: size:to assign each body based on its texture.
source
share