Is it possible to somehow use SF Symbols in Spritekit as an SKTexture or any other type of SKNode?
I can obviously say:
let texture1 = SKTexture(imageNamed: "newTexture")
but not...
let texture1= SKTexture(systemName: "line.3.crossed.swirl.circle.fill")
any ideas to get round this?