I am trying to download the volume to a SKAudioNode using the following code:
audioNode?.run(SKAction.changeVolume(to: 0.0, duration: 3.0 ))
You should lower the volume to 0.0 in 3.0 seconds. But the sound stops immediately.
Is it possible to do this in SpriteKit?